aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-21 00:38:10 -0300
committerTBK <tbk@jjtc.eu>2020-12-21 11:51:10 +0000
commitddd2c26e643f702562808634e5ede132542220f0 (patch)
treeee44d145f7eb9392aefc380bdc336755e7fbd290
parent3a985c7d758c7cd5d74764e7f0e72c45e6a6012b (diff)
community/postgis: upgrade to 3.1.0
-rw-r--r--community/postgis/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/postgis/APKBUILD b/community/postgis/APKBUILD
index 9d715c1c64f..868975388db 100644
--- a/community/postgis/APKBUILD
+++ b/community/postgis/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Bjoern Schilberg <bjoern@intevation.de>
# Maintainer: Bjoern Schilberg <bjoern@intevation.de>
pkgname=postgis
-pkgver=3.0.3
+pkgver=3.1.0
pkgrel=0
-pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database."
+pkgdesc="spatial database extender for PostgreSQL object-relational database"
url="https://postgis.net/"
arch="all !s390x !mips !mips64" # missing proj-dev on these arch's
license="GPL-2.0-or-later"
@@ -26,4 +26,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="478f0971e18c2a1bd651c9bf7b995236aad32fda037762505cf8ac9e67a4e40917436248c1e62827a1a6da96c15c4ae8d0b606d548fa080cdff453642b897115 postgis-3.0.3.tar.gz"
+sha512sums="c5b063ff7cbe855ab6ce4104d170b27eea04ae632fd6fcb8de38b14699296a8e0c9ce06bfb48ab14cba51b7a1b3f7e0a3996d9377a954dfc39fd68fe3f839e8f postgis-3.1.0.tar.gz"