From: Fredrik Fornwall Date: Mon, 11 Apr 2016 13:18:10 +0000 (-0400) Subject: cmake: Update from 3.4.3 to 3.5.1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/6dc41b161c0970183b8501eba331ee10a7b1a0ac cmake: Update from 3.4.3 to 3.5.1 --- diff --git a/packages/cmake/build.sh b/packages/cmake/build.sh index 69d0c59a..f28537b1 100644 --- a/packages/cmake/build.sh +++ b/packages/cmake/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.cmake.org/ TERMUX_PKG_DESCRIPTION="Family of tools designed to build, test and package software" -_MAJOR_VERSION=3.4 -TERMUX_PKG_VERSION=${_MAJOR_VERSION}.3 +_MAJOR_VERSION=3.5 +TERMUX_PKG_VERSION=${_MAJOR_VERSION}.1 TERMUX_PKG_SRCURL=http://www.cmake.org/files/v${_MAJOR_VERSION}/cmake-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, ncurses, jsoncpp"