Use Botan 2.16.0 for tests

This commit is contained in:
Tobias Brunner
2020-10-07 12:38:52 +02:00
parent 7f170e4c9c
commit 78015d14ac
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.15.0
REV = 2.16.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)