diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-09 09:50:25 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-09 14:05:18 +0100 |
commit | c3df14db89d8ce14a9f1181d572b11cc572d3d1f (patch) | |
tree | ee8928d62180212c8e94ed496e307b584467cccd | |
parent | 2676d7f80d2e5eb8bb8c605b215bfe4e9bfaf097 (diff) | |
download | buildroot-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>
-rw-r--r-- | package/wget/wget.hash | 2 | ||||
-rw-r--r-- | package/wget/wget.mk | 2 |
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 |