mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/Botan: Updated for version 3.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f2aa219ee6
commit
773f48b4f7
2 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Botan
|
||||
VERSION=${VERSION:-2.19.2}
|
||||
VERSION=${VERSION:-2.19.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Botan"
|
||||
VERSION="2.19.2"
|
||||
VERSION="2.19.3"
|
||||
HOMEPAGE="https://botan.randombit.net/"
|
||||
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.19.2.tar.xz"
|
||||
MD5SUM="711e7eb98ecc4a7b468dd0a0d9193d63"
|
||||
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.19.3.tar.xz"
|
||||
MD5SUM="6875d4a802db81646d80ed43ebcf9b27"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue