Skip to content

Commit

Permalink
curl: Bump to 8.11.0
Browse files Browse the repository at this point in the history
Change log in links below.

Link: https://curl.se/ch/8.11.0.html
Signed-off-by: Ryan Keane <[email protected]>
  • Loading branch information
Ra2-IFV committed Nov 20, 2024
1 parent 5a7ca6b commit e0fe42e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net/curl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ 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.xz
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \
https://curl.se/download/
PKG_HASH:=73a4b0e99596a09fa5924a4fb7e4b995a85fda0d18a2c02ab9cf134bebce04ee
PKG_HASH:=db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
Expand Down
4 changes: 2 additions & 2 deletions net/curl/patches/200-no_docs_tests.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,7 +94,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S
@@ -96,7 +96,7 @@ DISTCLEANFILES = buildinfo.txt
bin_SCRIPTS = curl-config

SUBDIRS = lib docs src scripts
Expand All @@ -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)
Expand Down

0 comments on commit e0fe42e

Please sign in to comment.