diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-02 03:42:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-03 08:48:28 +0700 |
commit | e254acad95b04401be8076452a4a3f256aa05fe0 (patch) | |
tree | 5a85cab5fc9f283a7324e08ec4305c85737d7ca5 /gis | |
parent | 0b8be5c38f6ffe8b575cc116efc2d48c449ebbf0 (diff) | |
download | slackbuilds-e254acad95b04401be8076452a4a3f256aa05fe0.tar.gz |
gis/geos: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/geos/geos.SlackBuild | 4 | ||||
-rw-r--r-- | gis/geos/geos.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index 9e364523fd..e42de54280 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for geos # Written by Kyle Guinn <elyk03@gmail.com> -# Maintained 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Maintained 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geos -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/geos/geos.info b/gis/geos/geos.info index bd6855e722..935d9c6081 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.9.0" +VERSION="3.9.1" HOMEPAGE="https://trac.osgeo.org/geos/" -DOWNLOAD="https://download.osgeo.org/geos/geos-3.9.0.tar.bz2" -MD5SUM="6dc99a0376c3d8ce1cbb7419b99aabb4" +DOWNLOAD="https://download.osgeo.org/geos/geos-3.9.1.tar.bz2" +MD5SUM="efc4ce81bdbaa5e5c1caefe6c9b8553c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |