From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] ddns: Update to 009 Date: Sat, 17 Oct 2015 01:27:04 +0200 Message-ID: <1445038024-21839-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5212791130111084370==" List-Id: --===============5212791130111084370== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This update contains the latest upstream changes which are a better SSL error handling and support for desec.io. Signed-off-by: Stefan Schantl --- lfs/ddns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ddns b/lfs/ddns index b692d9a..750c728 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -24,7 +24,7 @@ include Config -VER = 008 +VER = 009 THISAPP = ddns-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f8b9441f18c2667d440d5416ec2e0011 +$(DL_FILE)_MD5 = 31f949d9f417ee7f801cf8aac849a92e install : $(TARGET) -- 2.4.3 --===============5212791130111084370==--