diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-16 17:19:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-16 17:19:31 +0200 |
commit | 72a0355090b69b76ad81d3c8834ea615aa8d4cca (patch) | |
tree | 0dfa66217893d58004319f868971185aaabae740 /package | |
parent | a11c3c23c81af70b8d636c60c943fcace0ee60d7 (diff) |
update to latest upstream
Diffstat (limited to 'package')
-rw-r--r-- | package/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wget/Makefile b/package/wget/Makefile index b6db6e110..d9ab53119 100644 --- a/package/wget/Makefile +++ b/package/wget/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= wget -PKG_VERSION:= 1.13.4 +PKG_VERSION:= 1.14 PKG_RELEASE:= 1 -PKG_MD5SUM:= 1df489976a118b9cbe1b03502adbfc27 +PKG_MD5SUM:= 12edc291dba8127f2e9696e69f36299e PKG_DESCR:= retrieving files using HTTP(S) and FTP PKG_SECTION:= www PKG_URL:= http://www.gnu.org/software/wget/ |