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, master has been updated
via 13eef3ba74c47e8beabd87c006b597c6c46e9e46 (commit)
from 89066697c4c257896feaf017ecc72814d01f3682 (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 13eef3ba74c47e8beabd87c006b597c6c46e9e46
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Jul 18 15:31:15 2014 +0200
ddns: Update to version 003.
-----------------------------------------------------------------------
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 a14f3c2..c8348ce 100644
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -24,7 +24,7 @@
include Config
-VER = 002
+VER = 003
THISAPP = ddns-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 307f36e6dadf537470a6b682b1536724
+$(DL_FILE)_MD5 = 9ff8ab5fa716859b51f63b0a241f1337
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree