From: Oliver Ertl Date: Fri, 11 Apr 2008 10:08:45 +0000 (+0000) Subject: [Packages] net/wget: Update to 1.11.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0bea9f2a53abfdedd63b2efc7dfb89b871b92a37;p=openwrt%2Fsvn-archive%2Farchive.git [Packages] net/wget: Update to 1.11.1 SVN-Revision: 10787 --- diff --git a/net/wget/Makefile b/net/wget/Makefile index 6d9ec1ea20..b817aa0a69 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.10.2 +PKG_VERSION:=1.11.1 PKG_RELEASE:=2 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=795fefbb7099f93e2d346b026785c4b8 +PKG_MD5SUM:=3fda0bab6a883a5f6599d2da58765f93 include $(INCLUDE_DIR)/package.mk