summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author ArTourter <artourter@gmail.com>2022-10-31 17:47:11 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:19 +0700
commitd5b22d9ed806b31219068a4fc190fe37b93fe704 (patch)
treecb884f4733371c7e964794789df02137661ecaf5 /gis
parenteada5b94115dd70dc627fcc947830032fa1f7a6a (diff)
downloadslackbuilds-d5b22d9ed806b31219068a4fc190fe37b93fe704.tar.gz
slackbuilds-d5b22d9ed806b31219068a4fc190fe37b93fe704.tar.xz
gis/gdal: Updated for version 3.5.3.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/gdal/gdal.SlackBuild2
-rw-r--r--gis/gdal/gdal.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild
index 75f0751282..2afbd89858 100644
--- a/gis/gdal/gdal.SlackBuild
+++ b/gis/gdal/gdal.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gdal
-VERSION=${VERSION:-3.5.2}
+VERSION=${VERSION:-3.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info
index 41bfbdbf15..6cb0a1ecca 100644
--- a/gis/gdal/gdal.info
+++ b/gis/gdal/gdal.info
@@ -1,8 +1,8 @@
PRGNAM="gdal"
-VERSION="3.5.2"
+VERSION="3.5.3"
HOMEPAGE="https://www.gdal.org/"
-DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.5.2/gdal-3.5.2.tar.gz"
-MD5SUM="d37a0704b559fdf467c5054e3b5cf167"
+DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.5.3/gdal-3.5.3.tar.gz"
+MD5SUM="d1defb6200dc419c4bfcaf1d8ebd0d4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj"