Update cmake to 3.8.2 (#1806)

* Update cmake to 3.8.2
This commit is contained in:
Lukasz Taczuk 2017-07-09 06:40:26 +02:00 committed by Tony Theodore
parent 94d849e198
commit 33c746fb9e
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := cmake
$(PKG)_WEBSITE := https://www.cmake.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.7.2
$(PKG)_CHECKSUM := dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0
$(PKG)_VERSION := 3.8.2
$(PKG)_CHECKSUM := da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d
$(PKG)_SUBDIR := cmake-$($(PKG)_VERSION)
$(PKG)_FILE := cmake-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.cmake.org/files/v$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)