diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2018-11-17 20:03:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:09 +0700 |
commit | 2c18d9a0e4add980d16c3232d7f96c27cefd6fb0 (patch) | |
tree | d9914d74da2a739b26238a0a670b336b09cc0d37 /libraries/Botan | |
parent | 6496d880095075592685441ed16a8593284392dd (diff) | |
download | slackbuilds-2c18d9a0e4add980d16c3232d7f96c27cefd6fb0.tar.gz |
libraries/Botan: Updated for version 2.8.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/Botan')
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/Botan/Botan.info | 6 |
2 files changed, 5 insertions, 11 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 1aeec48e14..fc32cd5241 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -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 diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info index 0645c4160b..a27fad241a 100644 --- a/libraries/Botan/Botan.info +++ b/libraries/Botan/Botan.info @@ -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="" |