package/gdal: bump version to 3.11.4

Release notes: https://github.com/OSGeo/gdal/blob/v3.11.4/NEWS.md

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-10-25 12:49:43 +02:00
committed by Julien Olivain
parent 0198b98309
commit 5740cfdd5c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# md5 from: https://download.osgeo.org/gdal/3.8.2/gdal-3.8.2.tar.gz.md5, sha256 locally computed:
md5 178461c9c1cd4503e36559a1063bb752 gdal-3.8.2.tar.xz
sha256 dc2921ee1cf7a5c0498e94d15fb9ab9c9689c296363a1d021fc3293dd242b4db gdal-3.8.2.tar.xz
# md5 from: https://download.osgeo.org/gdal/3.11.4/gdal-3.11.4.tar.xz.md5, sha256 locally computed:
md5 5d60c5213d22a636913dbe4b3164281f gdal-3.11.4.tar.xz
sha256 6401eba2bb63f5ef7a08d2157f240194f06d508d096898a705637aeea9d3bbe8 gdal-3.11.4.tar.xz
# Hashes of license files:
sha256 1dae3468e81d00da56e2936f74d33b8b3ad09d726437f19ce209a5dabea41f77 LICENSE.TXT

View File

@@ -4,7 +4,7 @@
#
################################################################################
GDAL_VERSION = 3.8.2
GDAL_VERSION = 3.11.4
GDAL_SITE = https://download.osgeo.org/gdal/$(GDAL_VERSION)
GDAL_SOURCE = gdal-$(GDAL_VERSION).tar.xz
GDAL_LICENSE = Apache-2.0, ISC, MIT, many others