changeset 5261:838e72224da0

* src/geos.mk: update to v3.8.0
author John Donoghue
date Mon, 06 Jan 2020 13:47:16 -0500
parents 6a63ec73029d
children 3c35245a253c
files src/geos.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/geos.mk	Mon Jan 06 13:29:17 2020 -0500
+++ b/src/geos.mk	Mon Jan 06 13:47:16 2020 -0500
@@ -3,8 +3,8 @@
 
 PKG             := geos
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.7.2
-$(PKG)_CHECKSUM := 1b6ec9c197fb4b0ddb96fb192e2f6924a1fbb269
+$(PKG)_VERSION  := 3.8.0
+$(PKG)_CHECKSUM := f8f10d04e4c9234ead4ebab4e24f6c05c9c308d1
 $(PKG)_SUBDIR   := geos-$($(PKG)_VERSION)
 $(PKG)_FILE     := geos-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://download.osgeo.org/geos/$($(PKG)_FILE)
@@ -12,7 +12,7 @@
 $(PKG)_DEPS     :=
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://download.osgeo.org/geos/' | \
+    $(WGET) -q -O- 'http://download.osgeo.org/geos/?C=M&O=A' | \
     $(SED) -n 's,.*geos-\([0-9][^>]*\)\.tar.*,\1,p' | \
     tail -1
 endef