nano: Update from 2.7.3 to 2.7.4
[termux-packages] / packages / nano / build.sh
index 148340a..4202cb9 100644 (file)
@@ -1,13 +1,16 @@
-TERMUX_PKG_HOMEPAGE=http://www.nano-editor.org/
+TERMUX_PKG_HOMEPAGE=https://www.nano-editor.org/
 TERMUX_PKG_DESCRIPTION="Small, free and friendly text editor"
-TERMUX_PKG_DEPENDS="ncurses"
-TERMUX_PKG_VERSION=2.5.0
-TERMUX_PKG_SRCURL=http://www.nano-editor.org/dist/v2.5/nano-${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_DEPENDS="libandroid-support,libandroid-glob,ncurses"
+_MAJOR_VERSION=2.7
+TERMUX_PKG_VERSION=${_MAJOR_VERSION}.4
+TERMUX_PKG_SRCURL=https://www.nano-editor.org/dist/v${_MAJOR_VERSION}/nano-${TERMUX_PKG_VERSION}.tar.gz
+TERMUX_PKG_SHA256=23ffc2de52d687739fed6dc2fc94df36aa7da7bb52c8740c523fdd7336fdbc8c
+TERMUX_PKG_DEPENDS="libandroid-support, libandroid-glob, ncurses"
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-utf8 --disable-libmagic"
 TERMUX_PKG_RM_AFTER_INSTALL="bin/rnano share/man/man1/rnano.1 share/nano/man-html"
 
-LDFLAGS+=" -landroid-glob"
+termux_step_pre_configure() {
+       LDFLAGS+=" -landroid-glob"
+}
 
 termux_step_post_make_install () {
        # Configure nano to use syntax highlighting: