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 ef784313d101fee621e3273cf14eb59cf43bbb10 (commit) from c72bbdb029e24c366d75ecafea6a6c333b574ed2 (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 ef784313d101fee621e3273cf14eb59cf43bbb10 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Feb 14 18:45:43 2017 +0100
wget: Update to 1.19.1
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/wget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/wget b/lfs/wget index baf4df0..8d3d13c 100644 --- a/lfs/wget +++ b/lfs/wget @@ -24,7 +24,7 @@
include Config
-VER = 1.19 +VER = 1.19.1
THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1814393c5955a6148ff6d82c4a9e3c21 +$(DL_FILE)_MD5 = d30d82186b93fcabb4116ff513bfa9bd
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree