diff options
author | ArTourter <artourter@gmail.com> | 2024-03-04 11:33:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-05 13:20:19 +0700 |
commit | d76a78465caeecdf709cf2a198a9fac74a885523 (patch) | |
tree | 37b0ec4d7d317dd03dcc2e66671959ad44e28fe7 /gis | |
parent | d3487e60ed02e6995e5d0a7313c359cb80398277 (diff) |
gis/proj-data: Updated for version 1.17.
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 da022e326536..4179581b3cbd 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-2023 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2024 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.16} +VERSION=${VERSION:-1.17} 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 0a6a204d35e2..63d3a7c4e832 100644 --- a/gis/proj-data/proj-data.info +++ b/gis/proj-data/proj-data.info @@ -1,8 +1,8 @@ PRGNAM="proj-data" -VERSION="1.16" +VERSION="1.17" HOMEPAGE="https://www.osgeo.org/projects/proj/" -DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.16.0/proj-data-1.16.tar.gz" -MD5SUM="d8e9406ba227ebdd2e9a1872bbe435fc" +DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.17.0/proj-data-1.17.tar.gz" +MD5SUM="d68d676603d84ac332427a39ca9d6a0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="proj" |