From: Fredrik Fornwall Date: Wed, 21 Dec 2016 02:48:15 +0000 (-0500) Subject: ncurses: Update from 20160924 to 20161126 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/9c8de9581ddb640de21ccdc46819347d990065ff?ds=sidebyside ncurses: Update from 20160924 to 20161126 --- 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: