Use Botan 3.12.0 for tests

This commit is contained in:
Tobias Brunner
2026-05-08 12:00:15 +02:00
parent 77cc45dc6f
commit 93cf3de1fc
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 = 3.11.1
REV = 3.12.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)