Use Botan 2.9.0 for tests

This commit is contained in:
Tobias Brunner
2019-01-16 17:11:46 +01:00
parent eb16352232
commit 6639288b1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
build_botan()
{
# same revision used in the build recipe of the testing environment
BOTAN_REV=2.8.0
BOTAN_REV=2.9.0
BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
if test -d "$BOTAN_DIR"; then
+1 -1
View File
@@ -2,7 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
REV = 2.8.0
REV = 2.9.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)