comparison src/gdal.mk @ 6534:82fadb1f7eda

* src/gdal.mk: update to v3.6.0.1
author John Donoghue <john.donoghue@ieee.org>
date Fri, 18 Nov 2022 13:18:37 -0500
parents 6b51e5fcf32b
children 6d05e05f9af0
comparison
equal deleted inserted replaced
6533:cf0acf792b60 6534:82fadb1f7eda
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gdal 4 PKG := gdal
5 $(PKG)_IGNORE : 5 $(PKG)_IGNORE :
6 $(PKG)_VERSION := 3.6.0 6 $(PKG)_VERSION := 3.6.0.1
7 $(PKG)_CHECKSUM := b031b383caba8f85d998609774f3e8d48f1442c7 7 $(PKG)_CHECKSUM := 92252ce2aa8418a2f70b699942c053bcc179edc2
8 $(PKG)_SUBDIR := gdal-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := gdal-$($(PKG)_VERSION)
9 $(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/OSGeo/gdal/archive/refs/tags/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/OSGeo/gdal/archive/refs/tags/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := zlib libpng tiff libgeotiff libiconv jpeg jasper giflib expat sqlite curl postgresql gta proj pcre qhull 11 $(PKG)_DEPS := zlib libpng tiff libgeotiff libiconv jpeg jasper giflib expat sqlite curl postgresql gta proj pcre qhull
12 12