summaryrefslogtreecommitdiffstats
path: root/libraries/Botan
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2020-04-17 11:15:36 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-17 11:15:36 +0700
commitebef7cfd9cf7976c445c62ded9d1e4146db62f56 (patch)
tree47f479f0dfd00df4ac60caefc10e7577522aa815 /libraries/Botan
parentef7e06d94ace4a7340bc1919f56b0564ace28707 (diff)
downloadslackbuilds-ebef7cfd9cf7976c445c62ded9d1e4146db62f56.tar.gz
slackbuilds-ebef7cfd9cf7976c445c62ded9d1e4146db62f56.tar.xz
libraries/Botan: Updated for version 2.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan')
-rw-r--r--libraries/Botan/Botan.SlackBuild4
-rw-r--r--libraries/Botan/Botan.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index f092906fe0..cc737d5b80 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.13.0}
+VERSION=${VERSION:-2.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,7 +85,7 @@ python configure.py \
--with-doxygen
make
-./botan-test
+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 27f0e82067..6d833714ef 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,8 +1,8 @@
PRGNAM="Botan"
-VERSION="2.13.0"
+VERSION="2.14.0"
HOMEPAGE="https://botan.randombit.net/"
-DOWNLOAD="https://botan.randombit.net/releases/Botan-2.13.0.tar.xz"
-MD5SUM="9f90c7d523778be5f23f3ce79046ba35"
+DOWNLOAD="https://botan.randombit.net/releases/Botan-2.14.0.tar.xz"
+MD5SUM="ebc68c08b99bbc4b4fc9bdbfad398b02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""