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:
parent
cf326a59fe
commit
235eb174fb
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue