speedo: Set gnupg_ver macro to gnupg26_ver.

--

Also fixed a syntax erro rin AUTHENTICODE_sign
This commit is contained in:
Werner Koch 2024-04-25 15:50:06 +02:00
parent 9128d81bb7
commit 351f5e814b
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ endif
# Version numbers of the released packages
gnupg_ver_this = $(shell cat $(topsrc)/VERSION)
gnupg_ver := $(shell awk '$$1=="gnupg24_ver" {print $$2}' swdb.lst)
gnupg_ver := $(shell awk '$$1=="gnupg26_ver" {print $$2}' swdb.lst)
libgpg_error_ver := $(shell awk '$$1=="libgpg_error_ver" {print $$2}' swdb.lst)
libgpg_error_sha1:= $(shell awk '$$1=="libgpg_error_sha1" {print $$2}' swdb.lst)
@ -1292,7 +1292,7 @@ endef
# Sign the file $1 and save the result as $2
define AUTHENTICODE_sign
(set -e;
(set -e; \
if gpg-authcode-sign.sh --version >/dev/null; then \
gpg-authcode-sign.sh "$(1)" "$(2)"; \
else \