diff --git a/scripts/test.sh b/scripts/test.sh index 108cedda6..f553d62c8 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -4,7 +4,7 @@ build_botan() { # same revision used in the build recipe of the testing environment - BOTAN_REV=2.11.0 + BOTAN_REV=2.12.0 BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan if test -d "$BOTAN_DIR"; then diff --git a/testing/scripts/recipes/011_botan.mk b/testing/scripts/recipes/011_botan.mk index cb2dd2a42..88d46c387 100644 --- a/testing/scripts/recipes/011_botan.mk +++ b/testing/scripts/recipes/011_botan.mk @@ -2,7 +2,7 @@ PKG = botan SRC = https://github.com/randombit/$(PKG).git -REV = 2.11.0 +REV = 2.12.0 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)