summaryrefslogtreecommitdiffstats
path: root/package/wget
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-09 09:50:25 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-09 14:05:18 +0100
commitc3df14db89d8ce14a9f1181d572b11cc572d3d1f (patch)
treeee8928d62180212c8e94ed496e307b584467cccd /package/wget
parent2676d7f80d2e5eb8bb8c605b215bfe4e9bfaf097 (diff)
downloadbuildroot-c3df14db89d8ce14a9f1181d572b11cc572d3d1f.tar.gz
buildroot-c3df14db89d8ce14a9f1181d572b11cc572d3d1f.zip
wget: bump to version 1.16.3
Fixes a regression of quiet mode not being quiet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wget')
-rw-r--r--package/wget/wget.hash2
-rw-r--r--package/wget/wget.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/wget/wget.hash b/package/wget/wget.hash
index dffed4e655..faab805258 100644
--- a/package/wget/wget.hash
+++ b/package/wget/wget.hash
@@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
-sha256 a7dfde1bcb0eb135addf587a649fd0e47c1a876edef359b9197cdffd1fdcd7d5 wget-1.16.2.tar.xz
+sha256 67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37 wget-1.16.3.tar.xz
diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index 382cdf7af9..742d81e4c6 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WGET_VERSION = 1.16.2
+WGET_VERSION = 1.16.3
WGET_SOURCE = wget-$(WGET_VERSION).tar.xz
WGET_SITE = $(BR2_GNU_MIRROR)/wget
WGET_DEPENDENCIES = host-pkgconf
OpenPOWER on IntegriCloud