Skip to content

Commit

Permalink
Update curl to v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mokjasmine authored and donny-dont committed May 23, 2023
1 parent 90505f9 commit a8931d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ the requirements.
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 0.11.0 | 2023-04-26 |
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 0.15.0 | 2023-04-26 |
| [c-ares](https://c-ares.org) | 1.19.1 | 2023-05-22 |
| [curl](https://curl.se) | 8.1.0 | 2023-05-16 |
| [curl](https://curl.se) | 8.1.1 | 2023-05-22 |
| [libxml2](http://xmlsoft.org) | 2.11.4 | 2023-05-18 |
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.38 | 2023-05-08 |
| [lcms](https://www.littlecms.com/) | 2.15.0 | 2023-03-01 |
Expand Down
4 changes: 2 additions & 2 deletions ports/curl/patches/0001-Adjust-CMake-for-vcpkg.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 23b2fc41d2a6fdb28271128e6402c1284477b455 Mon Sep 17 00:00:00 2001
From a4f6656c3f2ad85990b2af02791e7684afd38aac Mon Sep 17 00:00:00 2001
From: Don <[email protected]>
Date: Mon, 26 Nov 2018 16:32:05 -0800
Subject: [PATCH] Adjust CMake for vcpkg
Expand All @@ -8,7 +8,7 @@ Subject: [PATCH] Adjust CMake for vcpkg
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a0fe76c24..621567d3e 100644
index 49a44eabf..7d6fb7866 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1393,7 +1393,7 @@ endfunction()
Expand Down
4 changes: 2 additions & 2 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set(VERSION 8.1.0)
set(VERSION 8.1.1)
string(REPLACE "." "_" TAG ${VERSION})

# Get archive
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/curl-${VERSION}.zip"
FILENAME "curl-${VERSION}.zip"
SHA512 f035172105b1e27c56604831de942c749a94a20af6edfaa8fb819c1371ef1caceb4be3180ab94ec25788002483d0a5cde99014b09f9904252b5e091ac48158d0
SHA512 bb32fe109d49b83d871cf1e03c6800ffe301a548fb5aec57cc05b548dd44efc05f28e1a6a3b4a6b7dfaafe573c2363aa419fcae3722a792c93b4aa3e8c10b174
)

# Patches
Expand Down
2 changes: 1 addition & 1 deletion ports/curl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "curl",
"version": "8.1.0",
"version": "8.1.1",
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
"dependencies": [
Expand Down

0 comments on commit a8931d1

Please sign in to comment.