From: Fredrik Fornwall Date: Thu, 19 Jan 2017 20:18:52 +0000 (+0100) Subject: ncurses: Update from 6.0.20161126 to 6.0.20170114 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/e87ab524ccbc30498f59e043dc6c4a94d4105708?ds=inline ncurses: Update from 6.0.20161126 to 6.0.20170114 --- diff --git a/packages/ncurses/build.sh b/packages/ncurses/build.sh index d9278d09..23dc2572 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=20161126 +_MINOR_VERSION=20170114 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: