summaryrefslogtreecommitdiffstats
path: root/libraries/Botan
diff options
context:
space:
mode:
author Markus Reichelt2020-09-05 03:14:22 +0200
committer Willy Sudiarto Raharjo2020-09-05 03:14:22 +0200
commite693868bdf0c43835e1a7e4f89ee4b9d8d100c3f (patch)
tree8d1ea2cad1bd2c6483d6727f609d66533d70e921 /libraries/Botan
parent1d123fa9d43fc6dac93a4c8425a6932de1af2ad3 (diff)
downloadslackbuilds-e693868bdf0c43835e1a7e4f89ee4b9d8d100c3f.tar.gz
libraries/Botan: Updated for version 2.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan')
-rw-r--r--libraries/Botan/Botan.SlackBuild7
-rw-r--r--libraries/Botan/Botan.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index cc737d5b80..8e2ce7523f 100644
--- a/libraries/Botan/Botan.SlackBuild
+++ b/libraries/Botan/Botan.SlackBuild
@@ -26,7 +26,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=Botan
-VERSION=${VERSION:-2.14.0}
+VERSION=${VERSION:-2.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,7 +85,10 @@ python configure.py \
--with-doxygen
make
-LD_LIBRARY_PATH=. ./botan-test
+make check
+#in addition to running 'make check' as an alternative way to invoke the testsuite
+#is to uncomment the following line
+#LD_LIBRARY_PATH=. ./botan-test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info
index 6d833714ef..d961a9209b 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,8 +1,8 @@
PRGNAM="Botan"
-VERSION="2.14.0"
+VERSION="2.15.0"
HOMEPAGE="https://botan.randombit.net/"
-DOWNLOAD="https://botan.randombit.net/releases/Botan-2.14.0.tar.xz"
-MD5SUM="ebc68c08b99bbc4b4fc9bdbfad398b02"
+DOWNLOAD="https://botan.randombit.net/releases/Botan-2.15.0.tar.xz"
+MD5SUM="ac2faab924e7d16ee8364a423d9325f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""