Skip to content

Commit eb7820a

Browse files
committed
Update c-ares to v1.30.0
1 parent b4c6026 commit eb7820a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ the requirements.
5555
| [nghttp2](https://nghttp2.org) | 1.62.1 | 2024-05-19 |
5656
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.4.0 | 2024-06-13 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.6.0 | 2024-06-13 |
58-
| [c-ares](https://c-ares.org) | 1.28.1 | 2024-03-30 |
58+
| [c-ares](https://c-ares.org) | 1.30.0 | 2024-06-07 |
5959
| [curl](https://curl.se) | 8.8.0 | 2024-05-21 |
6060
| [libxml2](http://xmlsoft.org) | 2.13.0 | 2024-06-12 |
6161
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.40 | 2024-06-12 |

ports/c-ares/portfile.cmake

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
set(VERSION 1.28.1)
2-
string(REPLACE "." "_" TAG ${VERSION})
1+
set(VERSION 1.30.0)
32

43
# Get archive
54
vcpkg_download_distfile(ARCHIVE
6-
URLS "https://github.com/c-ares/c-ares/releases/download/cares-${TAG}/c-ares-${VERSION}.tar.gz"
5+
URLS "https://github.com/c-ares/c-ares/releases/download/v${VERSION}/c-ares-${VERSION}.tar.gz"
76
FILENAME "c-ares-${VERSION}.tar.gz"
8-
SHA512 9a24f40002b661d97c9b49a617d2e6b12bad1c9f22e872611252d051ec650f886c010207939fac6992610b3cd5a87588f802d7dfa1310ced7c6621ea2f99dd90
7+
SHA512 427f2acd34f40464972af0baa5ff547f41e64495c4871b74a9b572d8ac3cecba08c7cd79dad4702307dee25b58963cabef90123601e033d4fd4e9ee530afc2f3
98
)
109

1110
# Extract archive

ports/c-ares/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c-ares",
3-
"version": "1.28.1",
3+
"version": "1.30.0",
44
"description": "A C library for asynchronous DNS requests",
55
"homepage": "https://c-ares.org",
66
"license": "MIT-CMU",

0 commit comments

Comments
 (0)