changeset 6561:7dc44c7d27bd

* src/geos.mk: update to v3.11.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 05 Dec 2022 11:25:56 -0500
parents a5257320cb4c
children 4a5428df82e1
files src/geos.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/geos.mk	Mon Dec 05 11:25:55 2022 -0500
+++ b/src/geos.mk	Mon Dec 05 11:25:56 2022 -0500
@@ -3,8 +3,8 @@
 
 PKG             := geos
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.11.0
-$(PKG)_CHECKSUM := 314c46fa8b311c54274dfcb6879fa04712204bbf
+$(PKG)_VERSION  := 3.11.1
+$(PKG)_CHECKSUM := d22faaa5892014d35dcc8ff845c98b7427477dd7
 $(PKG)_SUBDIR   := geos-$($(PKG)_VERSION)
 $(PKG)_FILE     := geos-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://download.osgeo.org/geos/$($(PKG)_FILE)
@@ -13,7 +13,7 @@
 
 define $(PKG)_UPDATE
     $(WGET) -q -O- 'http://download.osgeo.org/geos/?C=M&O=A' | \
-    $(SED) -n 's,.*geos-\([0-9][^>]*\)\.tar.*,\1,p' | \
+    $(SED) -n 's,.*geos-\([0-9][^>]*\)\.tar.*,\1,p' | $(SORT) -V | \
     tail -1
 endef