cmake: update to 3.7.2

This commit is contained in:
Lukas Rusak 2017-03-18 10:09:26 -07:00
parent 061b8d72af
commit 3e094201f3
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -17,11 +17,11 @@
################################################################################ ################################################################################
PKG_NAME="cmake" PKG_NAME="cmake"
PKG_VERSION="3.6.3" PKG_VERSION="3.7.2"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"
PKG_SITE="http://www.cmake.org/" PKG_SITE="http://www.cmake.org/"
PKG_URL="http://www.cmake.org/files/v3.6/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://www.cmake.org/files/v3.7/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="ccache:host openssl:host" PKG_DEPENDS_HOST="ccache:host openssl:host"
PKG_SECTION="toolchain/devel" PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="cmake: A cross-platform, open-source make system" PKG_SHORTDESC="cmake: A cross-platform, open-source make system"