Update proj

This commit is contained in:
Luke 2017-09-01 10:32:22 +02:00 committed by Tony Theodore
parent f9d0b95321
commit 3aca05268d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $(PKG)_URL_2 := ftp://ftp.remotesensing.org/proj/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://trac.osgeo.org/proj/' | \
$(WGET) -q -O- 'http://proj4.org/download.html' | \
$(SED) -n 's,.*proj-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef