gdal: update from 2.1.0 to 2.1.2

This commit is contained in:
Boris Pek 2016-12-02 00:47:27 +03:00
parent 3e1fced5f5
commit 279161aa03
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
PKG := gdal
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.1.0
$(PKG)_CHECKSUM := eb499b18e5c5262a803bb7530ae56e95c3293be7b26c74bcadf67489203bf2cd
$(PKG)_VERSION := 2.1.2
$(PKG)_CHECKSUM := 69761c38acac8c6d3ea71304341f6982b5d66125a1a80d9088b6bfd2019125c9
$(PKG)_SUBDIR := gdal-$($(PKG)_VERSION)
$(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.osgeo.org/gdal/$($(PKG)_VERSION)/$($(PKG)_FILE)