Use Botan 2.11.0 for tests

This commit is contained in:
Tobias Brunner
2019-07-02 11:35:21 +02:00
parent 6051d9b5e4
commit de07b77442
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
REV = 2.10.0
REV = 2.11.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)