check zlib archive gpg signature
add zlib pubkey
This commit is contained in:
2
3rdparty/Makefile
vendored
2
3rdparty/Makefile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user