diff options
author | ArTourter <artourter@gmail.com> | 2021-10-26 18:43:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:04:32 +0700 |
commit | 3ae1f60998506070e9d8a10e6be142163efd9db5 (patch) | |
tree | 78222469865b93f9a078b431b341d2483b1e8707 /gis | |
parent | f30000af3f1e4eb8ddaa1bc079a94b4f67ddab99 (diff) |
gis/proj-data: Updated for version 1.7 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/proj-data/proj-data.SlackBuild | 3 | ||||
-rw-r--r-- | gis/proj-data/proj-data.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/gis/proj-data/proj-data.SlackBuild b/gis/proj-data/proj-data.SlackBuild index b394dff04e765..c9b6a6ad190cf 100644 --- a/gis/proj-data/proj-data.SlackBuild +++ b/gis/proj-data/proj-data.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for proj-data # Copyright 2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com> # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=proj-data -VERSION=${VERSION:-1.5} +VERSION=${VERSION:-1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/proj-data/proj-data.info b/gis/proj-data/proj-data.info index 670790a910770..ac3563ce4a879 100644 --- a/gis/proj-data/proj-data.info +++ b/gis/proj-data/proj-data.info @@ -1,10 +1,10 @@ PRGNAM="proj-data" -VERSION="1.5" +VERSION="1.7" HOMEPAGE="https://www.osgeo.org/projects/proj/" -DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.5.0/proj-data-1.5.tar.gz" -MD5SUM="1845455f8e416f532edb98462ef84ac8" +DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.7.0/proj-data-1.7.tar.gz" +MD5SUM="a7f85578335509c99029b72c139fc0c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="proj" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="ArTourter" +EMAIL="artourter@gmail.com" |