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 | |
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')
-rw-r--r-- | libraries/gspell/gspell.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/gspell/gspell.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/gspell/gspell.SlackBuild b/libraries/gspell/gspell.SlackBuild index b7d071b76f40..5d79f30c6c68 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} diff --git a/libraries/gspell/gspell.info b/libraries/gspell/gspell.info index 776cfe534552..b7765def4aff 100644 --- a/libraries/gspell/gspell.info +++ b/libraries/gspell/gspell.info @@ -1,8 +1,8 @@ PRGNAM="gspell" -VERSION="1.9.1" +VERSION="1.12.1" HOMEPAGE="https://gitlab.gnome.org/GNOME/gspell" -DOWNLOAD="https://download.gnome.org/sources/gspell/1.9/gspell-1.9.1.tar.xz" -MD5SUM="a265a5500dca6cd72100213c3884f04d" +DOWNLOAD="https://download.gnome.org/sources/gspell/1.12/gspell-1.12.1.tar.xz" +MD5SUM="6c1145a0d2a40c2266337a3975e0e8d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |