diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-05-13 13:41:30 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-16 16:58:15 +0200 |
commit | 89807b627f2e006eafe3395d6d98574a66d8c147 (patch) | |
tree | a91b5d8de805fceeb8d835fb93cc8bd70adc3eab /package/network/utils/curl/Makefile | |
parent | 4b0a2ca9a47ce30f08161b5b12991f15d590938c (diff) | |
download | upstream-89807b627f2e006eafe3395d6d98574a66d8c147.tar.gz upstream-89807b627f2e006eafe3395d6d98574a66d8c147.tar.bz2 upstream-89807b627f2e006eafe3395d6d98574a66d8c147.zip |
network/utils/curl: Update to 7.54.0
Update curl to 7.54.0
Update and fresh patches
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/network/utils/curl/Makefile')
-rw-r--r-- | package/network/utils/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index a5f842dc9f..c7361a36bc 100644 --- a/package/network/utils/curl/Makefile +++ b/package/network/utils/curl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=curl -PKG_VERSION:=7.53.1 +PKG_VERSION:=7.54.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \ http://curl.mirror.anstey.ca/ \ http://curl.askapache.com/download/ \ https://curl.haxx.se/download/ -PKG_HASH:=1c7207c06d75e9136a944a2e0528337ce76f15b9ec9ae4bb30d703b59bf530e8 +PKG_HASH:=f50ebaf43c507fa7cc32be4b8108fa8bbd0f5022e90794388f3c7694a302ff06 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |