Use Botan 2.14.0 for tests

Requires at least GCC 5.0 to build with `--amalgamation`, so it's
disabled for our Ubuntu 16.04 build.
This commit is contained in:
Tobias Brunner
2020-04-07 16:37:27 +02:00
parent 3273667b0b
commit e0b1b12028
3 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
REV = 2.13.0
REV = 2.14.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)