From: Fredrik Fornwall Date: Sat, 20 Jun 2015 12:58:45 +0000 (-0400) Subject: Update cmake from 3.2.2 to 3.2.3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/7496576e53cd0bcac5dc2b0df4a788199c7cb508?ds=inline Update cmake from 3.2.2 to 3.2.3 --- diff --git a/packages/cmake/build.sh b/packages/cmake/build.sh index 9c1523b2..046f8a64 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.2 -TERMUX_PKG_VERSION=${_MAJOR_VERSION}.2 +TERMUX_PKG_VERSION=${_MAJOR_VERSION}.3 TERMUX_PKG_SRCURL=http://www.cmake.org/files/v${_MAJOR_VERSION}/cmake-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, ncurses"