libraries/Botan: Updated for version 2.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ef7e06d94a
commit
ebef7cfd9c
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue