From e949f0e3d125b8ff91597b2cfa1cca09181f9e09 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 24 May 2024 12:50:34 +0800 Subject: [PATCH] curl: update to 8.8.0 Signed-off-by: sbwml --- Makefile | 4 ++-- patches/200-no_docs_tests.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dd1d956..dfeb446 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl -PKG_VERSION:=8.7.1 +PKG_VERSION:=8.8.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:=05bbd2b698e9cfbab477c33aa5e99b4975501835a41b7ca6ca71de03d8849e76 +PKG_HASH:=40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING diff --git a/patches/200-no_docs_tests.patch b/patches/200-no_docs_tests.patch index 9284b67..73d9682 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 -@@ -135,7 +135,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S +@@ -87,7 +87,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \ bin_SCRIPTS = curl-config SUBDIRS = lib docs src scripts @@ -9,7 +9,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -@@ -244,12 +244,9 @@ cygwinbin: +@@ -196,12 +196,9 @@ cygwinbin: if BUILD_DOCS install-data-hook: (cd include && $(MAKE) install)