diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-03-19 13:03:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-21 08:59:03 +0700 |
commit | 5729fca413990635af6ae2451f882ebbe04b478d (patch) | |
tree | e35961afaacd95896e4aa51ed4b07d7c4d8c7e27 /gis/geos/geos.SlackBuild | |
parent | 3069201e8bebc99b73a380a1df5b2f8fc807e83d (diff) |
gis/geos: Updated for version 3.8.1.
Diffstat (limited to 'gis/geos/geos.SlackBuild')
-rw-r--r-- | gis/geos/geos.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index b5354ce3c11c4..b5148634feab7 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-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Maintained 2013-2020 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.8.0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |