chiark / gitweb /
ncurses: Use proper release tarball
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 9 Aug 2017 22:00:18 +0000 (00:00 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 9 Aug 2017 22:00:18 +0000 (00:00 +0200)
We really need the ncurses-${_MAJOR_VERSION}-${_MINOR_VERSION}.tgz
one and not the original ncurses-${_MAJOR_VERSION}.tar.gz

packages/ncurses/build.sh

index 1869034725eff567a6805a4271ca61818fa6b601..0cfcd4791383327aefd2da247b69b9b3d4d910f9 100755 (executable)
@@ -3,8 +3,8 @@ TERMUX_PKG_DESCRIPTION="Library for text-based user interfaces in a terminal-ind
 _MAJOR_VERSION=6.0
 _MINOR_VERSION=20170722
 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}
-TERMUX_PKG_SRCURL=ftp://ftp.gnu.org/gnu/ncurses/ncurses-${_MAJOR_VERSION}.tar.gz
-TERMUX_PKG_SHA256=f551c24b30ce8bfb6e96d9f59b42fbea30fa3a6123384172f9e7284bcf647260
+TERMUX_PKG_SRCURL=http://invisible-mirror.net/archives/ncurses/current/ncurses-${_MAJOR_VERSION}-${_MINOR_VERSION}.tgz
+TERMUX_PKG_SHA256=5551eb34a75012a28dc500bf0b5b9cacce45763a0c843f2d5e8b1680be5edfd7
 # --without-normal disables static libraries:
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
 ac_cv_header_locale_h=no