development/libb2: Updated for version 0.98.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Manuel Argüelles 2018-06-02 22:58:22 +01:00 committed by David Spencer
parent 9e6558fb33
commit 2888bd7ea9
2 changed files with 7 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libb2
VERSION=${VERSION:-0.97}
VERSION=${VERSION:-0.98}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,6 +69,8 @@ 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 {} \;
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -89,7 +91,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="libb2"
VERSION="0.97"
VERSION="0.98"
HOMEPAGE="https://blake2.net/"
DOWNLOAD="https://blake2.net/libb2-0.97.tar.gz"
MD5SUM="2218957b6950ea285fe3bdca089e0fa1"
DOWNLOAD="https://blake2.net/libb2-0.98.tar.gz"
MD5SUM="bb263f6b04e982e3d488797b5ce7dc26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""