diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 01:51:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 01:51:55 +0700 |
commit | b43b5783a946d55e273168ca5b5a5f299af05ad9 (patch) | |
tree | 4f559bcfc8302ca9a77895e310d6fb11be38ee79 /libraries/gspell/gspell.SlackBuild | |
parent | 5de1b63a13aedd1db3cec3e74ef1ff0af4176614 (diff) |
libraries/gspell: Updated for version 1.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gspell/gspell.SlackBuild')
-rw-r--r-- | libraries/gspell/gspell.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/gspell/gspell.SlackBuild b/libraries/gspell/gspell.SlackBuild index b7d071b76f..5d79f30c6c 100644 --- a/libraries/gspell/gspell.SlackBuild +++ b/libraries/gspell/gspell.SlackBuild @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gspell -VERSION=${VERSION:-1.9.1} -BUILD=${BUILD:-3} +VERSION=${VERSION:-1.12.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |