All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] wget: bump to version 1.14
@ 2012-08-13 13:14 Gustavo Zacarias
  2012-08-13 13:14 ` [Buildroot] [PATCH 2/2] coreutils: bump to version 8.18 Gustavo Zacarias
  2012-08-24 21:49 ` [Buildroot] [PATCH 1/2] wget: bump to version 1.14 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2012-08-13 13:14 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/wget/wget.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index a15111c..01ebcb6 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -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)
-- 
1.7.8.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-24 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 13:14 [Buildroot] [PATCH 1/2] wget: bump to version 1.14 Gustavo Zacarias
2012-08-13 13:14 ` [Buildroot] [PATCH 2/2] coreutils: bump to version 8.18 Gustavo Zacarias
2012-08-24 21:49 ` [Buildroot] [PATCH 1/2] wget: bump to version 1.14 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.