[openwrt/openwrt] curl: bump to 7.71.1

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 7 16:16:52 EDT 2020


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2b479512bc27c7ba9dcfc0a74deaf9031ccf240d

commit 2b479512bc27c7ba9dcfc0a74deaf9031ccf240d
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Tue Jul 7 21:51:36 2020 +0200

    curl: bump to 7.71.1
    
    For changes in 7.71.1; see https://curl.haxx.se/changes.html#7_71_1
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 package/network/utils/curl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile
index 54ca5d8b6b..7879a986b4 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.71.0
+PKG_VERSION:=7.71.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
 	https://curl.mirror.anstey.ca/ \
 	https://curl.askapache.com/download/ \
 	https://curl.haxx.se/download/
-PKG_HASH:=cdf18794393d8bead915312708a9e5d819c6e9919de14b20d5c8e7987abd9772
+PKG_HASH:=40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list