ncurses: Update from 6.1.20180129 to 6.1.20180203

This commit is contained in:
Fredrik Fornwall 2018-02-09 00:08:56 +01:00
parent b76468a544
commit 7ba4537aa4
1 changed files with 2 additions and 2 deletions

View File

@ -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"
TERMUX_PKG_VERSION=6.1.20180129
TERMUX_PKG_SHA256=6a1d56f6fec4317ea653f21b09d0f7475b97a971c0a91244003808a38826a88f
TERMUX_PKG_VERSION=6.1.20180203
TERMUX_PKG_SHA256=fac9db9460f271ee632af386a5b502d43a25d7cf14138e3d3166d4bedc4f6cb0
TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/ncurses-${TERMUX_PKG_VERSION:0:3}-${TERMUX_PKG_VERSION:4}.tgz
# --without-normal disables static libraries:
# --disable-stripping to disable -s argument to install which does not work when cross compiling: