check zlib archive gpg signature

add zlib pubkey
This commit is contained in:
Thomas Bernard
2020-12-20 11:50:36 +01:00
parent 6e88890b7f
commit a48d597166
2 changed files with 34 additions and 0 deletions

2
3rdparty/Makefile vendored
View File

@@ -113,7 +113,9 @@ ZLIBVER=1.2.11
LATESTZLIBVER = $(shell curl -s -S https://www.zlib.net/ChangeLog.txt |grep "Changes in" |head -n1|sed 's/Changes in \([0-9.]*\).*/\1/')
ZLIB=zlib-$(ZLIBVER)
ZLIBARCH=$(ZLIB).tar.gz
ZLIBSIG=$(ZLIBARCH).asc
ZLIBURL=https://www.zlib.net/$(ZLIBARCH)
ZLIBSIGURL=$(ZLIBURL).asc
ZLIBURLALT=http://downloads.sourceforge.net/project/libpng/zlib/$(ZLIBVER)/$(ZLIBARCH)
ZLIBSHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
FREETYPEVER=2.10.4