Use Botan 2.13.0 for tests

This commit is contained in:
Tobias Brunner
2020-01-16 08:30:47 +01:00
parent ce4ed21fcb
commit b0b928dd0a
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.12.1
REV = 2.13.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)