aboutsummaryrefslogtreecommitdiff
path: root/gis/gdal
diff options
context:
space:
mode:
authorArTourter <artourter@gmail.com>2023-01-07 18:45:58 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:01 +0700
commit0766eb5a1076cfd78f0b129bd2512c09fcffb3e6 (patch)
tree4aae620355da16c9536294055930e9bb51bac18c /gis/gdal
parent7891569328f32bc0011fcb0dd01d79cf65ffd46c (diff)
downloadslackbuilds-0766eb5a1076cfd78f0b129bd2512c09fcffb3e6.tar.xz
gis/gdal: Updated for version 3.6.2.
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/gdal')
-rw-r--r--gis/gdal/gdal.SlackBuild4
-rw-r--r--gis/gdal/gdal.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild
index fefb34fc26c7..dcf212c55f87 100644
--- a/gis/gdal/gdal.SlackBuild
+++ b/gis/gdal/gdal.SlackBuild
@@ -5,7 +5,7 @@
# Copyright 2009 Marco Cecchetti <mrc.ild@gmail.com>
# Copyright 2010-2018 David Spencer <baildon.research@googlemail.com>
# Copyright 2019-2021 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>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gdal
-VERSION=${VERSION:-3.6.1}
+VERSION=${VERSION:-3.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info
index e6e262ac54cd..997c36ce7823 100644
--- a/gis/gdal/gdal.info
+++ b/gis/gdal/gdal.info
@@ -1,8 +1,8 @@
PRGNAM="gdal"
-VERSION="3.6.1"
+VERSION="3.6.2"
HOMEPAGE="https://www.gdal.org/"
-DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.6.1/gdal-3.6.1.tar.gz"
-MD5SUM="7bd3580ec3288df8f481042f60e54934"
+DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.6.2/gdal-3.6.2.tar.gz"
+MD5SUM="eb15f3889bec6b6c9a0f2f0a47fe3985"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj"