We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29f70e commit ae27181Copy full SHA for ae27181
scripts/test.sh
@@ -4,7 +4,7 @@
4
build_botan()
5
{
6
# same revision used in the build recipe of the testing environment
7
- BOTAN_REV=1872f899716854927ecc68022fac318735be8824
+ BOTAN_REV=2.8.0
8
BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
9
10
if test -d "$BOTAN_DIR"; then
testing/scripts/recipes/011_botan.mk
@@ -2,8 +2,7 @@
2
3
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
-# will have to be changed to the 2.8.0 tag later
-REV = 1872f899716854927ecc68022fac318735be8824
+REV = 2.8.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
0 commit comments