diff --git a/Makefile b/Makefile index f11378e..3484b73 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl -PKG_VERSION:=8.9.1 +PKG_VERSION:=8.10.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:=b57285d9e18bf12a5f2309fc45244f6cf9cb14734e7454121099dd0a83d669a3 +PKG_HASH:=be30a51f7bbe8819adf5a8e8cc6991393ede31f782b8de7b46235cc1eb7beb9f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING diff --git a/patches/200-no_docs_tests.patch b/patches/200-no_docs_tests.patch index 73d9682..491acbe 100644 --- a/patches/200-no_docs_tests.patch +++ b/patches/200-no_docs_tests.patch @@ -1,15 +1,15 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -87,7 +87,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \ +@@ -94,7 +94,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \ bin_SCRIPTS = curl-config SUBDIRS = lib docs src scripts --DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs +-DIST_SUBDIRS = $(SUBDIRS) tests packages include docs +DIST_SUBDIRS = $(SUBDIRS) packages include pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -@@ -196,12 +196,9 @@ cygwinbin: +@@ -203,12 +203,9 @@ cygwinbin: if BUILD_DOCS install-data-hook: (cd include && $(MAKE) install)