diff options
author | ArTourter <artourter@gmail.com> | 2023-04-26 00:39:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 09:27:58 +0700 |
commit | bdbefdbea71288845e3929c981e655ae8fce9ba6 (patch) | |
tree | 8a7d3205a45466f18b6154ff8ebaea66e7a55a4b /gis | |
parent | 0e4c59fa96f34c90467450d339ebf95870a920e7 (diff) |
gis/proj-data: Updated for version 1.13.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-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 7ecee5cd8ca4..d460f0cdd4e8 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-2022 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2023 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.12} +VERSION=${VERSION:-1.13} 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 aac51c169b50..1abbc7aeb2f0 100644 --- a/gis/proj-data/proj-data.info +++ b/gis/proj-data/proj-data.info @@ -1,8 +1,8 @@ PRGNAM="proj-data" -VERSION="1.12" +VERSION="1.13" HOMEPAGE="https://www.osgeo.org/projects/proj/" -DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.12.0/proj-data-1.12.tar.gz" -MD5SUM="127af91b4daeb55bb5d5a4da93e55455" +DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.13.0/proj-data-1.13.tar.gz" +MD5SUM="48483a52f328e505639251addf6fa5d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="proj" |