wget: bump to version 1.14

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2012-08-13 10:14:29 -03:00 committed by Thomas Petazzoni
parent d59cd114d6
commit 61d1f013d9

View File

@ -4,8 +4,10 @@
#
#############################################################
WGET_VERSION = 1.13.4
WGET_VERSION = 1.14
WGET_SITE = $(BR2_GNU_MIRROR)/wget
WGET_LICENSE = GPLv3+
WGET_LICENSE_FILES = COPYING
# Prefer full-blown wget over busybox
ifeq ($(BR2_PACKAGE_BUSYBOX),y)