summaryrefslogtreecommitdiffstats
path: root/src/geos.mk
diff options
context:
space:
mode:
authorLuke <fried.roadkill+ght@gmail.com>2017-09-01 09:52:28 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-10-10 04:31:49 (GMT)
commit9831e728e8aca8adc828aa536b0d73a9a6f7e20b (patch)
treeedd71935a132cfaf9b53e16e6d48029187149baf /src/geos.mk
parentd1ebe856f1f636fa5e0e4b942486378390f8e3e4 (diff)
downloadmxe-9831e728e8aca8adc828aa536b0d73a9a6f7e20b.zip
mxe-9831e728e8aca8adc828aa536b0d73a9a6f7e20b.tar.gz
mxe-9831e728e8aca8adc828aa536b0d73a9a6f7e20b.tar.bz2
Update geos
Diffstat (limited to 'src/geos.mk')
-rw-r--r--src/geos.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/geos.mk b/src/geos.mk
index 652e960..58b18e0 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -4,8 +4,8 @@ PKG := geos
$(PKG)_WEBSITE := https://trac.osgeo.org/geos/
$(PKG)_DESCR := GEOS
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3.4.2
-$(PKG)_CHECKSUM := 15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53
+$(PKG)_VERSION := 3.6.2
+$(PKG)_CHECKSUM := 045a13df84d605a866602f6020fc6cbf8bf4c42fb50de237a08926e1d7d7652a
$(PKG)_SUBDIR := geos-$($(PKG)_VERSION)
$(PKG)_FILE := geos-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://download.osgeo.org/geos/$($(PKG)_FILE)
@@ -13,9 +13,9 @@ $(PKG)_URL_2 := ftp://ftp.remotesensing.org/geos/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://geos.refractions.net/' | \
+ $(WGET) -q -O- 'http://download.osgeo.org/geos/' | \
$(SED) -n 's,.*geos-\([0-9][^>]*\)\.tar.*,\1,p' | \
- head -1
+ tail -1
endef
define $(PKG)_BUILD