chiark / gitweb /
ncurses: Update from 6.1.20180203 to 6.1.20180317
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 18 Mar 2018 20:56:27 +0000 (21:56 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 18 Mar 2018 20:56:27 +0000 (21:56 +0100)
packages/ncurses/build.sh

index e576366208c890eae70db904859dad536eeed91b..a0fd6edb0119a574a257f7d46fcbff9aa56916b7 100755 (executable)
@@ -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.20180203
-TERMUX_PKG_SHA256=fac9db9460f271ee632af386a5b502d43a25d7cf14138e3d3166d4bedc4f6cb0
+TERMUX_PKG_VERSION=6.1.20180317
+TERMUX_PKG_SHA256=d332ea3bf7c1c1c1cbd86542d22c93ff7c85566c6e41d3ded109adf14b421d3c
 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: