aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Jaekel <holger.jaekel@gmx.de>2022-01-16 11:55:17 +0100
committerLeo <thinkabit.ukim@gmail.com>2022-01-16 18:23:51 +0000
commit66736fbf1ac9e9a56e56718529784db0fffd51c2 (patch)
treef615ed392ea96da102816fb0501a2a43b37af631
parent4371d3a63a1dfe1085b7e2bff670d25a1d5272bc (diff)
community/geos: upgrade to 3.10.2
-rw-r--r--community/geos/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geos/APKBUILD b/community/geos/APKBUILD
index 513276bf6f8..6bc2412db7b 100644
--- a/community/geos/APKBUILD
+++ b/community/geos/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Eric Kidd <git@randomhacks.net>
# Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
pkgname=geos
-pkgver=3.10.1
+pkgver=3.10.2
pkgrel=0
pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++."
-url="https://trac.osgeo.org/geos/"
+url="https://libgeos.org/"
arch="all"
license="LGPL-2.1-or-later"
makedepends="cmake"
@@ -43,5 +43,5 @@ package() {
find $pkgdir -name "*.a" -type f -delete
}
sha512sums="
-1ba3af5e07bad40bae584b24ed7750a96f2974b974fbc7ccbaaa756fa6d98ed2ef6c0346e122c9c140307164084c436708bdaec86c0469f665cb1a19d0bdd0c9 geos-3.10.1.tar.bz2
+390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126 geos-3.10.2.tar.bz2
"