Use Botan 2.18.2 for tests

This commit is contained in:
Tobias Brunner
2021-10-29 09:07:38 +02:00
parent bcbf1862d7
commit e19eb070fa
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.18.0
REV = 2.18.2
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)