diff options
author | ArTourter <artourter@gmail.com> | 2024-08-16 22:43:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 12:19:54 +0700 |
commit | 8f212dd5ab2f0a01210af15cc61e90d626eb98cf (patch) | |
tree | 85ff8d0b0024447ce72b7ce0d953287587f780b2 /gis | |
parent | 2e524d25e7bcdc33d0685350e1353e3830123fd3 (diff) |
gis/geos: Updated for version 3.12.2.
Signed-off-by: ArTourter <artourter@gmail.com>
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 1e679546fac0b..709817683593f 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-2023 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2024 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.12.1} +VERSION=${VERSION:-3.12.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/geos/geos.info b/gis/geos/geos.info index 40eaaee3ed87c..64dbfde37b658 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.12.1" +VERSION="3.12.2" HOMEPAGE="https://libgeos.org/" -DOWNLOAD="https://download.osgeo.org/geos/geos-3.12.1.tar.bz2" -MD5SUM="36d16fbea7e923c50b33ddb83516c36e" +DOWNLOAD="https://download.osgeo.org/geos/geos-3.12.2.tar.bz2" +MD5SUM="f451aa3884f2ca19ae555f5c7d8de4f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |