reduce number of curl calls
This commit is contained in:
parent
f7c79aaf75
commit
c2ca597c7d
4
3rdparty/Makefile
vendored
4
3rdparty/Makefile
vendored
@ -114,7 +114,7 @@ TIFFSIGURL = $(TIFFURL).sig
|
|||||||
TIFFURLALT = $(LIBTIFFURLALT)
|
TIFFURLALT = $(LIBTIFFURLALT)
|
||||||
TIFFPATCHES = $(LIBTIFFPATCHES)
|
TIFFPATCHES = $(LIBTIFFPATCHES)
|
||||||
ZLIBVER=$(LATESTZLIBVER)
|
ZLIBVER=$(LATESTZLIBVER)
|
||||||
LATESTZLIBVER = $(shell curl -s -S https://www.zlib.net/ChangeLog.txt |grep "Changes in" |head -n1|sed 's/Changes in \([0-9.]*\).*/\1/')
|
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)
|
ZLIB=zlib-$(ZLIBVER)
|
||||||
ZLIBARCH=$(ZLIB).tar.gz
|
ZLIBARCH=$(ZLIB).tar.gz
|
||||||
ZLIBSIG=$(ZLIBARCH).asc
|
ZLIBSIG=$(ZLIBARCH).asc
|
||||||
@ -128,7 +128,7 @@ FREETYPESIG=$(FREETYPEARCH).sig
|
|||||||
FREETYPEURL=https://download.savannah.gnu.org/releases/freetype/$(FREETYPEARCH)
|
FREETYPEURL=https://download.savannah.gnu.org/releases/freetype/$(FREETYPEARCH)
|
||||||
FREETYPEURLALT=https://sourceforge.net/projects/freetype/files/freetype2/$(FREETYPEVER)/$(FREETYPEARCH)
|
FREETYPEURLALT=https://sourceforge.net/projects/freetype/files/freetype2/$(FREETYPEVER)/$(FREETYPEARCH)
|
||||||
FREETYPESIGURL=$(FREETYPEURL).sig
|
FREETYPESIGURL=$(FREETYPEURL).sig
|
||||||
LATESTFREETYPEVER = $(shell curl -s -S -I "https://sourceforge.net/projects/freetype/files/latest/download" |grep -i '^location:' | sed 's:.*/\([0-9.]*\)/.*:\1:' )
|
LATESTFREETYPEVER := $(shell curl -s -S -I "https://sourceforge.net/projects/freetype/files/latest/download" |grep -i '^location:' | sed 's:.*/\([0-9.]*\)/.*:\1:' )
|
||||||
LUAVER=5.3.6
|
LUAVER=5.3.6
|
||||||
LUA=lua-$(LUAVER)
|
LUA=lua-$(LUAVER)
|
||||||
LUAARCH=$(LUA).tar.gz
|
LUAARCH=$(LUA).tar.gz
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user