This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via fb7cd4cb4f714284b5a25b4c87537f5838fefa21 (commit) from e11038354b019f4bea5a5d4f5bc29122bfea40f4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fb7cd4cb4f714284b5a25b4c87537f5838fefa21 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Dec 24 15:05:33 2016 +0100
nano: Update to 2.7.2
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/nano b/lfs/nano index fbe88bd..674ed32 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@
include Config
-VER = 2.7.1 +VER = 2.7.2
THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 12 +PAK_VER = 13
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6d6aea789dd15171d8d05d2359c52f23 +$(DL_FILE)_MD5 = 8b880355f88bfa521d18dc6f18437095
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree