libraries/enchant2: Updated for version 2.2.14.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
04ef1bc9a8
commit
c8080f9143
|
@ -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" \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue