diff options
author | Rashad Kanavath <rashad.kanavath@c-s.fr> | 2015-12-02 15:58:51 (GMT) |
---|---|---|
committer | Rashad Kanavath <rashad.kanavath@c-s.fr> | 2015-12-02 15:58:51 (GMT) |
commit | b2ab8dba38710a5f98cc4f1dc41e379443dbfcba (patch) | |
tree | e7bb32a864d2775fe57e735809b01aa62f0a5b96 | |
parent | 6ac06b85784ebf0f3448ac589d76ddb003520afc (diff) | |
download | mxe-b2ab8dba38710a5f98cc4f1dc41e379443dbfcba.zip mxe-b2ab8dba38710a5f98cc4f1dc41e379443dbfcba.tar.gz mxe-b2ab8dba38710a5f98cc4f1dc41e379443dbfcba.tar.bz2 |
GDAL 1.11.2 -> 2.0.1
-rw-r--r-- | src/gdal.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdal.mk b/src/gdal.mk index f6a626d..e927ecf 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -3,8 +3,8 @@ PKG := gdal $(PKG)_IGNORE := -$(PKG)_VERSION := 1.11.2 -$(PKG)_CHECKSUM := 66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845 +$(PKG)_VERSION := 2.0.1 +$(PKG)_CHECKSUM := b55f794768e104a2fd0304eaa61bb8bda3dc7c4e14f2c9d0913baca3e55b83ab $(PKG)_SUBDIR := gdal-$($(PKG)_VERSION) $(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://download.osgeo.org/gdal/$($(PKG)_VERSION)/$($(PKG)_FILE) |