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>
This commit is contained in:
parent
7891569328
commit
0766eb5a10
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue