diff options
author | ArTourter <artourter@gmail.com> | 2022-03-02 21:58:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:38 +0700 |
commit | 73a5dc7f97bc20c25e54ac5c2f9debde059de921 (patch) | |
tree | 9c2fd4a6f758f102d9fd9a2e35364071fbadee56 /gis/proj-data | |
parent | 53a23770a96cc298b7a9f27da1e04ab1acafb064 (diff) |
gis/proj-data: Updated for version 1.9
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/proj-data')
-rw-r--r-- | gis/proj-data/proj-data.SlackBuild | 4 | ||||
-rw-r--r-- | gis/proj-data/proj-data.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/proj-data/proj-data.SlackBuild b/gis/proj-data/proj-data.SlackBuild index 62f1ed8d7dad..660e2a0954df 100644 --- a/gis/proj-data/proj-data.SlackBuild +++ b/gis/proj-data/proj-data.SlackBuild @@ -2,7 +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> +# Copyright 2021-2022 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: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=proj-data -VERSION=${VERSION:-1.8} +VERSION=${VERSION:-1.9} 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 7333656a0fc3..b2d08bbdfcab 100644 --- a/gis/proj-data/proj-data.info +++ b/gis/proj-data/proj-data.info @@ -1,8 +1,8 @@ PRGNAM="proj-data" -VERSION="1.8" +VERSION="1.9" HOMEPAGE="https://www.osgeo.org/projects/proj/" -DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.8.0/proj-data-1.8.tar.gz" -MD5SUM="13bce71678cb0aa09c27219a30050fda" +DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.9.0/proj-data-1.9.tar.gz" +MD5SUM="009c282628006faca9d42dea2594c3f4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="proj" |