cmake: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 16:54:19 +03:00
parent 755990f0c4
commit adad8dc395
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://cmake.org/
TERMUX_PKG_DESCRIPTION="Family of tools designed to build, test and package software"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_VERSION=3.14.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=215d0b64e81307182b29b63e562edf30b3875b834efdad09b3fcb5a7d2f4b632
TERMUX_PKG_SRCURL=https://www.cmake.org/files/v${TERMUX_PKG_VERSION:0:4}/cmake-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, jsoncpp, libuv, rhash, make, clang, zlib"

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/ccmake"
TERMUX_SUBPKG_DESCRIPTION="Curses based user interface for CMake (ccmake)"
TERMUX_SUBPKG_DEPENDS="cmake, ncurses-ui-libs"
TERMUX_SUBPKG_DEPENDS="ncurses-ui-libs"