Browse Source

wget: update to version 1.17

Update wget to 1.17.

Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
lilik-openwrt-22.03
Hannu Nyman 9 years ago
parent
commit
e989f69114
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/wget/Makefile

+ 2
- 2
net/wget/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=wget
PKG_VERSION:=1.16.3
PKG_VERSION:=1.17
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=d2e4455781a70140ae83b54ca594ce21
PKG_MD5SUM:=b8cff5a2f88f5ce60a2b0e361e030b46
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save