summaryrefslogtreecommitdiffstats
path: root/package/wget
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-04-14 18:38:25 +0000
committerEric Andersen <andersen@codepoet.org>2006-04-14 18:38:25 +0000
commit43e6d9ed2737b9391f81a8f9f3fcd70195d429da (patch)
tree6cd8549ceed4b7452ebcc9286c82d3eba57456e9 /package/wget
parentc036b2629fa83747207d8b3cbc48897b1cbdd09b (diff)
downloadbuildroot-novena-43e6d9ed2737b9391f81a8f9f3fcd70195d429da.tar.gz
buildroot-novena-43e6d9ed2737b9391f81a8f9f3fcd70195d429da.zip
831: Bump wget package to v1.10.2
Diffstat (limited to 'package/wget')
-rw-r--r--package/wget/wget.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index 7655bf765..81ca72980 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -3,7 +3,7 @@
# wget
#
#############################################################
-WGET_VER:=1.9.1
+WGET_VER:=1.10.2
WGET_SOURCE:=wget-$(WGET_VER).tar.gz
WGET_SITE:=ftp://mirrors.kernel.org/gnu/wget
WGET_DIR:=$(BUILD_DIR)/wget-$(WGET_VER)