From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 4.9 Date: Wed, 25 Mar 2020 12:51:07 +0100 Message-ID: <20200325115107.6292-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1691387410480291092==" List-Id: --===============1691387410480291092== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://www.nano-editor.org/news.php Signed-off-by: Matthias Fischer --- lfs/nano | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/nano b/lfs/nano index b37d80cdf..5bb20cb79 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.7 +VER =3D 4.9 =20 THISAPP =3D nano-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nano -PAK_VER =3D 28 +PAK_VER =3D 29 =20 -DEPS =3D +DEPS =3D "" =20 ############################################################################= ### # Top-level Rules @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8622b7b733dc5d9645f5ceaec24e6ba6 +$(DL_FILE)_MD5 =3D 280c9b40b1c6984a644467a2346a8536 =20 install : $(TARGET) =20 @@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) =20 md5 : $(subst %,%_MD5,$(objects)) =20 -dist: +dist:=20 @$(PAK) =20 ############################################################################= ### --=20 2.18.0 --===============1691387410480291092==--