X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0376da5b5093f68506c22907bc1ae38ff9a80490..9c8de9581ddb640de21ccdc46819347d990065ff:/packages/ncurses/build.sh diff --git a/packages/ncurses/build.sh b/packages/ncurses/build.sh index 449bc29d..d9278d09 100755 --- a/packages/ncurses/build.sh +++ b/packages/ncurses/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://invisible-island.net/ncurses/ TERMUX_PKG_DESCRIPTION="Library for text-based user interfaces in a terminal-independent manner" _MAJOR_VERSION=6.0 -_MINOR_VERSION=20160924 +_MINOR_VERSION=20161126 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION} TERMUX_PKG_SRCURL=ftp://invisible-island.net/ncurses/current/ncurses-${_MAJOR_VERSION}-${_MINOR_VERSION}.tgz # --without-normal disables static libraries: