libraries/Botan: Updated for version 2.8.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2018-11-17 20:03:49 +00:00 committed by Willy Sudiarto Raharjo
parent 6496d88009
commit 2c18d9a0e4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Botan
# Copyright (c) 2010-2017 Markus Reichelt, Aachen, DE
# Copyright (c) 2010-2018 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@ -26,7 +26,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=Botan
VERSION=${VERSION:-2.3.0}
VERSION=${VERSION:-2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -92,12 +92,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
cp -a *.rst *.txt doc/ $PKG/usr/doc/$PRGNAMI-$VERSION/
if [ -e /usr/bin/sphinx-build ]; then
rm $PKG/usr/doc/$PRGNAMI-$VERSION/manual/{.buildinfo,objects.inv}
rm -drf $PKG/usr/doc/$PRGNAMI-$VERSION/manual/_sources
rm -drf $PKG/usr/doc/$PRGNAMI-$VERSION/manual/.doctrees
fi
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAMI-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="Botan"
VERSION="2.3.0"
VERSION="2.8.0"
HOMEPAGE="https://botan.randombit.net/"
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.3.0.tgz"
MD5SUM="b41043dec32857498898013000db98c7"
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.8.0.tgz"
MD5SUM="aee9efa1c045b8db315c60eeee294828"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""