From 87d77ed09d932afd235593c9bcb264605373a3ab Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Sun, 12 Jan 2020 14:44:04 +0700 Subject: libraries/Botan: Updated for version 2.13.0. Signed-off-by: Willy Sudiarto Raharjo --- libraries/Botan/Botan.SlackBuild | 7 +++++-- libraries/Botan/Botan.info | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'libraries') diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 7a3caa1d9d..f092906fe0 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Botan -# Copyright (c) 2010-2019 Markus Reichelt, Aachen, DE +# Copyright (c) 2010-2020 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.12.1} +VERSION=${VERSION:-2.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,6 +85,7 @@ python configure.py \ --with-doxygen make +./botan-test make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -92,6 +93,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr cp -a *.rst *.txt doc/ $PKG/usr/doc/$PRGNAMI-$VERSION/ +rm -rf $PKG/usr/doc/$PRGNAMI-$VERSION/doc + 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 1f6661350f..27f0e82067 100644 --- a/libraries/Botan/Botan.info +++ b/libraries/Botan/Botan.info @@ -1,8 +1,8 @@ PRGNAM="Botan" -VERSION="2.12.1" +VERSION="2.13.0" HOMEPAGE="https://botan.randombit.net/" -DOWNLOAD="https://botan.randombit.net/releases/Botan-2.12.1.tar.xz" -MD5SUM="aa5690b77459ae1d49e75a6b096968a9" +DOWNLOAD="https://botan.randombit.net/releases/Botan-2.13.0.tar.xz" +MD5SUM="9f90c7d523778be5f23f3ce79046ba35" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3