upgrade `geos` to 3.11.3 (#4097)

pull/4114/head
zjyhjqs 6 months ago committed by GitHub
parent 4e35897697
commit 9152f7183f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      packages/g/geos/xmake.lua

@ -1,11 +1,12 @@
package("geos")
set_homepage("https://trac.osgeo.org/geos/")
set_description("GEOS (Geometry Engine - Open Source) is a C++ port of the JTS Topology Suite (JTS).")
set_description("GEOS (Geometry Engine - Open Source) is a C++ port of the JTS Topology Suite (JTS).")
set_license("LGPL-2.1")
add_urls("http://download.osgeo.org/geos/geos-$(version).tar.bz2")
add_versions("3.9.1", "7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a")
add_urls("https://github.com/libgeos/geos/archive/refs/tags/$(version).tar.gz")
add_versions("3.11.3", "3c517fcccdd3d562122d59c93e0982ef9bc10e775a177ad88882fca1d7d28d08")
add_versions("3.9.1", "e9e20e83572645ac2af0af523b40a404627ce74b3ec99727754391cdf5b23645")
add_deps("cmake")
on_install("windows", "linux", "macosx", function (package)

Loading…
Cancel
Save