diff options
author | ArTourter <artourter@gmail.com> | 2022-01-21 22:02:14 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 09:08:23 +0700 |
commit | eeb0161d19442400e495f029ae042c3e13e21050 (patch) | |
tree | 815d66d5e159ab98b032c46bc6d4f7bd683614eb | |
parent | 84629883ff16bf176c982a7de7f3d62cbbeed360 (diff) |
gis/geos: Updated for version 3.10.2
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 6bb5aa26ca19..7c5af33a7667 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 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2022 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.10.1} +VERSION=${VERSION:-3.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/geos/geos.info b/gis/geos/geos.info index 66109eb923fe..980aebe20ecf 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.10.1" +VERSION="3.10.2" HOMEPAGE="https://trac.osgeo.org/geos/" -DOWNLOAD="https://github.com/libgeos/geos/archive/3.10.1/geos-3.10.1.tar.gz" -MD5SUM="b5bf4a73e5a1a3ecd2501fb986367844" +DOWNLOAD="https://github.com/libgeos/geos/archive/3.10.2/geos-3.10.2.tar.gz" +MD5SUM="8cc04f9bf1c6e59c19e35fca003367b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |