curl: bump to 8.12.1

Signed-off-by: Rudy Andram <rmandrad@gmail.com>
This commit is contained in:
Rudy Andram
2025-02-13 08:41:22 +00:00
committed by Hannu Nyman
parent 7699651f6c
commit e97cffc32e
2 changed files with 4 additions and 4 deletions

View File

@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/nls.mk
PKG_NAME:=curl
PKG_VERSION:=8.10.1
PKG_VERSION:=8.12.1
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:=0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING

View File

@@ -1,6 +1,6 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,7 +94,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S
@@ -92,7 +92,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:
@@ -188,12 +188,9 @@ rpm:
if BUILD_DOCS
install-data-hook:
(cd include && $(MAKE) install)