Use Botan 2.15.0 for tests

This commit is contained in:
Tobias Brunner 2020-07-20 16:58:03 +02:00
parent edc7752802
commit 59455137b4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
build_botan()
{
# same revision used in the build recipe of the testing environment
BOTAN_REV=2.14.0
BOTAN_REV=2.15.0
BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then

View File

@ -2,7 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
REV = 2.14.0
REV = 2.15.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)