diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2016-06-13 21:19:42 +0300 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2016-06-13 21:43:01 +0300 |
commit | d80f21fad8dcabecf9db06ab4b667c887f3deb7e (patch) | |
tree | 863be533545c6471e6fe0d981842b80f5acb0e91 /net/wget/Makefile | |
parent | c93204dc6e16617709bca28146aae1c155721d8a (diff) |
wget: update to 1.18
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index c220877eb..65a440f3e 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2015 OpenWrt.org +# Copyright (C) 2007-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.17.1 +PKG_VERSION:=1.18 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=b0d58ef4963690e71effba24c105ed52 +PKG_MD5SUM:=af9ca95a4bb8ac4a9bf10aeae66fa5ec PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |