summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author ArTourter2021-10-26 20:53:36 +0200
committer Willy Sudiarto Raharjo2021-10-27 03:08:53 +0200
commit397df31698b842f11e0ebfb51734a165927c4501 (patch)
treed14fb945669742824cb15c5209a8aa8cefe8e038 /gis
parent2a025891eade67bd9c7303191d3012fa540465a9 (diff)
downloadslackbuilds-397df31698b842f11e0ebfb51734a165927c4501.tar.gz
gis/gdal: Updated for version 3.3.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/gdal/gdal.SlackBuild3
-rw-r--r--gis/gdal/gdal.info10
2 files changed, 7 insertions, 6 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild
index 4ee6831d03..369e1252e9 100644
--- a/gis/gdal/gdal.SlackBuild
+++ b/gis/gdal/gdal.SlackBuild
@@ -4,6 +4,7 @@
# Copyright 2009 Marco Cecchetti <mrc.ild@gmail.com>
# Updated 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Updated 2021 Gregory J. L. Tourte <artourter@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gdal
-VERSION=${VERSION:-3.3.0}
+VERSION=${VERSION:-3.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info
index a807162730..4134a7018b 100644
--- a/gis/gdal/gdal.info
+++ b/gis/gdal/gdal.info
@@ -1,10 +1,10 @@
PRGNAM="gdal"
-VERSION="3.3.0"
+VERSION="3.3.2"
HOMEPAGE="https://www.gdal.org/"
-DOWNLOAD="https://download.osgeo.org/gdal/3.3.0/gdal-3.3.0.tar.xz"
-MD5SUM="000db27a7b3e146b9dcb3838aabde2ab"
+DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.3.2/gdal-3.3.2.tar.gz"
+MD5SUM="fd82c580ec9e16a0a46cd176243a8a56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj"
-MAINTAINER="Benjamin Trigona-Harany"
-EMAIL="slackbuilds@jaxartes.net"
+MAINTAINER="ArTourter"
+EMAIL="artourter@gmail.com"