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 449adc2a7b668928cf1ed541a6b4bc4a208ea9c3 (commit) from 35ef18de77f33404d9c9c763755d1692fefe1440 (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 449adc2a7b668928cf1ed541a6b4bc4a208ea9c3 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 11 15:49:17 2014 +0200
ddns: Update to 002.
-----------------------------------------------------------------------
Summary of changes: lfs/ddns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/ddns b/lfs/ddns index 64e33de..a14f3c2 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -24,7 +24,7 @@
include Config
-VER = 001 +VER = 002
THISAPP = ddns-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 49137d9f796d90f50df5a33981cafae1 +$(DL_FILE)_MD5 = 307f36e6dadf537470a6b682b1536724
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree