From ebef7cfd9cf7976c445c62ded9d1e4146db62f56 Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Fri, 17 Apr 2020 11:15:36 +0700 Subject: libraries/Botan: Updated for version 2.14.0. Signed-off-by: Willy Sudiarto Raharjo --- libraries/Botan/Botan.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/Botan/Botan.SlackBuild') 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 \ -- cgit v1.2.3