diff options
author | ArTourter <artourter@gmail.com> | 2025-03-08 21:16:12 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-09 23:10:42 +0700 |
commit | 8dbccab183d799b0499b09e4f1fd813dc50c7108 (patch) | |
tree | 61a1b82e3d98acfe67f8d292e55620fe2517049b /gis/geos | |
parent | b7a10740791527395d4d47a6d4e1e35c235fd28b (diff) |
gis/geos: Updated for version 3.13.1.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geos')
-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 6b094ad2d6..84609c08a9 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for geos # Written by Kyle Guinn <elyk03@gmail.com> # Maintained 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2021-2024 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2025 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geos -VERSION=${VERSION:-3.13.0} +VERSION=${VERSION:-3.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/geos/geos.info b/gis/geos/geos.info index 14db2f7702..ec367393cf 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.13.0" +VERSION="3.13.1" HOMEPAGE="https://libgeos.org/" -DOWNLOAD="https://download.osgeo.org/geos/geos-3.13.0.tar.bz2" -MD5SUM="7dda2ea78f394c7d460f6e81a215087c" +DOWNLOAD="https://download.osgeo.org/geos/geos-3.13.1.tar.bz2" +MD5SUM="98d017b683040f051bdfa4bdf07a3fde" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |