From e8377c62c90824047a36994d7566e88c6a140c03 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 6 Nov 2024 16:00:27 +0800 Subject: [PATCH] curl: update to 8.11.0 --- Makefile | 4 ++-- patches/200-no_docs_tests.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 22f2f57..eaa1531 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl -PKG_VERSION:=8.10.1 +PKG_VERSION:=8.11.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_, https://dl.uxnr.de/mirror/curl/ \ https://curl.askapache.com/download/ \ https://curl.se/download/ -PKG_HASH:=3763cd97aae41dcf41950d23e87ae23b2edb2ce3a5b0cf678af058c391b6ae31 +PKG_HASH:=c95d5a1368803729345a632ce42cceeefd5f09c3b4d9582f858f6779f4b8b254 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING diff --git a/patches/200-no_docs_tests.patch b/patches/200-no_docs_tests.patch index 491acbe..06763f0 100644 --- a/patches/200-no_docs_tests.patch +++ b/patches/200-no_docs_tests.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -94,7 +94,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \ +@@ -96,7 +96,7 @@ DISTCLEANFILES = buildinfo.txt bin_SCRIPTS = curl-config SUBDIRS = lib docs src scripts @@ -9,7 +9,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -@@ -203,12 +203,9 @@ cygwinbin: +@@ -217,12 +217,9 @@ cygwinbin: if BUILD_DOCS install-data-hook: (cd include && $(MAKE) install)