diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-10 10:27:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:55 +0700 |
commit | 9d085235b8553e5907573da597fac6cb3677a409 (patch) | |
tree | 832901f5d61820f641151dcef4dde9e3e5140648 /gis | |
parent | bf0ca5f9fdfca69ca07109d0fd6a1c62df3b258f (diff) | |
download | slackbuilds-9d085235b8553e5907573da597fac6cb3677a409.tar.gz slackbuilds-9d085235b8553e5907573da597fac6cb3677a409.tar.xz |
gis/proj: Updated for version 6.2.1.
Diffstat (limited to 'gis')
-rw-r--r-- | gis/proj/proj.SlackBuild | 4 | ||||
-rw-r--r-- | gis/proj/proj.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/proj/proj.SlackBuild b/gis/proj/proj.SlackBuild index cb67e4fdb0..3200c26ba8 100644 --- a/gis/proj/proj.SlackBuild +++ b/gis/proj/proj.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for proj # Written by Kyle Guinn <elyk03@gmail.com> -# Copyright 2014-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=proj -VERSION=${VERSION:-5.2.0} +VERSION=${VERSION:-6.2.1} DGVERSION=${DGVERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/proj/proj.info b/gis/proj/proj.info index d207350d8f..e54e8baced 100644 --- a/gis/proj/proj.info +++ b/gis/proj/proj.info @@ -1,9 +1,9 @@ PRGNAM="proj" -VERSION="5.2.0" +VERSION="6.2.1" HOMEPAGE="http://trac.osgeo.org/proj/" -DOWNLOAD="http://download.osgeo.org/proj/proj-5.2.0.tar.gz \ +DOWNLOAD="http://download.osgeo.org/proj/proj-6.2.1.tar.gz \ http://download.osgeo.org/proj/proj-datumgrid-1.8.zip" -MD5SUM="ad285c7d03cbb138d9246e10e1f3191c \ +MD5SUM="9f874e227d221daf95f7858dc55dfa3e \ a64b68863336f361065c7051acc5a991" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |