cmake: update to 3.5.1

This commit is contained in:
Martin Müllenhaupt 2016-04-10 11:25:19 +02:00
parent fb7932fb74
commit 683fcb6cde
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := cmake
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.0.2
$(PKG)_CHECKSUM := 6b4ea61eadbbd9bec0ccb383c29d1f4496eacc121ef7acf37c7a24777805693e
$(PKG)_VERSION := 3.5.1
$(PKG)_CHECKSUM := 93d651a754bcf6f0124669646391dd5774c0fc4d407c384e3ae76ef9a60477e8
$(PKG)_SUBDIR := cmake-$($(PKG)_VERSION)
$(PKG)_FILE := cmake-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.cmake.org/files/v$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)