diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-14 12:44:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:20:56 -0500 |
commit | c8080f91434d87fb2e872ccf28439070c75240b9 (patch) | |
tree | 242a23ecb16916ffccfe824a42e95e2d89b8097f /libraries/enchant2 | |
parent | 04ef1bc9a84476a01c9c0af3ae9478e3191ed599 (diff) |
libraries/enchant2: Updated for version 2.2.14.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/enchant2')
-rw-r--r-- | libraries/enchant2/enchant2.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/enchant2/enchant2.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/enchant2/enchant2.SlackBuild b/libraries/enchant2/enchant2.SlackBuild index 66366b399e52..5e0c6d5042c6 100644 --- a/libraries/enchant2/enchant2.SlackBuild +++ b/libraries/enchant2/enchant2.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=enchant2 SRCNAM=enchant -VERSION=${VERSION:-2.2.8} +VERSION=${VERSION:-2.2.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -tar xvf $CWD/gnulib-20180922.tar.gz +tar xvf $CWD/gnulib-20201213_67b5d51.tar.xz ./bootstrap CFLAGS="$SLKCFLAGS" \ diff --git a/libraries/enchant2/enchant2.info b/libraries/enchant2/enchant2.info index 54451cc93257..dce8b8f93d66 100644 --- a/libraries/enchant2/enchant2.info +++ b/libraries/enchant2/enchant2.info @@ -1,10 +1,10 @@ PRGNAM="enchant2" -VERSION="2.2.8" +VERSION="2.2.14" HOMEPAGE="https://github.com/AbiWord/enchant" -DOWNLOAD="https://github.com/AbiWord/enchant/archive/v2.2.8/enchant-2.2.8.tar.gz \ - https://sourceforge.net/projects/slackbuildsdirectlinks/files/enchant2/gnulib-20180922.tar.gz" -MD5SUM="8f812cc3b39571a716d0553a92817952 \ - 92f099bb383ba5e706c7c78a437b2222" +DOWNLOAD="https://github.com/AbiWord/enchant/archive/v2.2.14/enchant-2.2.14.tar.gz \ + http://ponce.cc/slackware/sources/repo/gnulib-20201213_67b5d51.tar.xz" +MD5SUM="f3945f326293307f990abe8431b92fc6 \ + 3fb109af6068c38b8aa88e07398fd47f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |