diff options
author | Alif M. Ahmad <alive4ever@live.com> | 2017-06-26 15:09:59 +0000 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-07-14 03:10:38 +0200 |
commit | 683e73735ebe64ffdbc55aa0037815e4ae282332 (patch) | |
tree | ecfbed38a28ac06967da21f0d27f2ff8517acbaf /package/network/utils/curl/Makefile | |
parent | 8c96eb2fdb139dff602e076d9d5d8ed276c31fb5 (diff) | |
download | upstream-683e73735ebe64ffdbc55aa0037815e4ae282332.tar.gz upstream-683e73735ebe64ffdbc55aa0037815e4ae282332.tar.bz2 upstream-683e73735ebe64ffdbc55aa0037815e4ae282332.zip |
curl: bump to version 7.54.1
Upgrade the curl package to latest version. Patches refreshed.
Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
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 c7361a36bc..5d510a4d39 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.54.0 +PKG_VERSION:=7.54.1 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:=f50ebaf43c507fa7cc32be4b8108fa8bbd0f5022e90794388f3c7694a302ff06 +PKG_HASH:=fdfc4df2d001ee0c44ec071186e770046249263c491fcae48df0e1a3ca8f25a0 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |