libraries/Botan: Updated for version 2.16.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2020-10-15 18:05:43 +01:00 committed by Willy Sudiarto Raharjo
parent cf326a59fe
commit 235eb174fb
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View File

@ -26,7 +26,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=Botan
VERSION=${VERSION:-2.15.0}
VERSION=${VERSION:-2.16.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,6 +82,7 @@ python configure.py \
--docdir=doc \
--libdir=lib$LIBDIRSUFFIX \
--mandir=/usr/man \
--disable-static \
--with-doxygen
make

View File

@ -1,8 +1,8 @@
PRGNAM="Botan"
VERSION="2.15.0"
VERSION="2.16.0"
HOMEPAGE="https://botan.randombit.net/"
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.15.0.tar.xz"
MD5SUM="ac2faab924e7d16ee8364a423d9325f6"
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.16.0.tar.xz"
MD5SUM="88bbb33f5e13efb5e9019cb990a81e27"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""