[openwrt/openwrt] curl: update to version 7.72.0
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 21 15:25:58 EDT 2020
dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/17d16e093f4abe4cc7bb9b3572bb9a2b3a38bbed
commit 17d16e093f4abe4cc7bb9b3572bb9a2b3a38bbed
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Fri Aug 21 17:17:47 2020 +0200
curl: update to version 7.72.0
Changes in this version can be found here:
https://curl.haxx.se/changes.html#7_72_0
Signed-off-by: Josef Schlehofer <pepe.schlehofer 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 7879a986b4..f53621a858 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.1
+PKG_VERSION:=7.72.0
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:=40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c
+PKG_HASH:=0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
More information about the lede-commits
mailing list