Browse Source

Merge pull request #483 from jow-/wget-1.16

wget: update to v1.16
Jo-Philipp Wich 10 years ago
parent
commit
19e4a22dbe
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/wget/Makefile

+ 3
- 3
net/wget/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2007-2011 OpenWrt.org
2
+# Copyright (C) 2007-2014 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=wget
11
-PKG_VERSION:=1.15
11
+PKG_VERSION:=1.16
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 15
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
16
-PKG_MD5SUM:=7a279d5ac5594919124d5526e7143e28
16
+PKG_MD5SUM:=fe102975ab3a6c049777883f1bb9ad07
17 17
 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
18 18
 PKG_LICENSE:=GPL-3.0+
19 19