mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
botan: update to 2.10.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
6546a91e66
commit
be30160a90
2 changed files with 4 additions and 4 deletions
|
@ -2694,7 +2694,7 @@ libKDb3.so.4 kdb-3.1.0_1
|
||||||
libKPropertyWidgets3.so.4 kproperty-3.1.0_1
|
libKPropertyWidgets3.so.4 kproperty-3.1.0_1
|
||||||
libKPropertyCore3.so.4 kproperty-3.1.0_1
|
libKPropertyCore3.so.4 kproperty-3.1.0_1
|
||||||
libKReport3.so.4 kreport-3.1.0_1
|
libKReport3.so.4 kreport-3.1.0_1
|
||||||
libbotan-2.so.9 botan-2.9.0_1
|
libbotan-2.so.10 botan-2.10.0_1
|
||||||
libswipl.so.8 swi-prolog-8.0.0_1
|
libswipl.so.8 swi-prolog-8.0.0_1
|
||||||
libpcre2-16.so.0 libpcre2-10.22_1
|
libpcre2-16.so.0 libpcre2-10.22_1
|
||||||
libpcre2-32.so.0 libpcre2-10.22_1
|
libpcre2-32.so.0 libpcre2-10.22_1
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'botan'
|
# Template file for 'botan'
|
||||||
pkgname=botan
|
pkgname=botan
|
||||||
version=2.9.0
|
version=2.10.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname^}-${version}"
|
wrksrc="${pkgname^}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
pycompile_module="botan.py"
|
pycompile_module="botan.py"
|
||||||
hostmakedepends="doxygen epstopdf python"
|
hostmakedepends="doxygen python"
|
||||||
makedepends="libressl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
|
makedepends="libressl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
|
||||||
short_desc="Crypto library written in C++"
|
short_desc="Crypto library written in C++"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://botan.randombit.net/"
|
homepage="https://botan.randombit.net/"
|
||||||
distfiles="https://botan.randombit.net/releases/Botan-${version}.tgz"
|
distfiles="https://botan.randombit.net/releases/Botan-${version}.tgz"
|
||||||
checksum=305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119
|
checksum=88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31
|
||||||
|
|
||||||
python_version=2
|
python_version=2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue