X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0b9330aaa9587bfc73043a1c9188e8a737147288..6dc41b161c0970183b8501eba331ee10a7b1a0ac:/packages/cmake/build.sh diff --git a/packages/cmake/build.sh b/packages/cmake/build.sh index 0b41a278..f28537b1 100644 --- a/packages/cmake/build.sh +++ b/packages/cmake/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.cmake.org/ TERMUX_PKG_DESCRIPTION="Family of tools designed to build, test and package software" -_MAJOR_VERSION=3.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"