Skip to content

Commit

Permalink
Update c-ares to v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Jun 14, 2024
1 parent b4c6026 commit eb7820a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the requirements.
| [nghttp2](https://nghttp2.org) | 1.62.1 | 2024-05-19 |
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.4.0 | 2024-06-13 |
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.6.0 | 2024-06-13 |
| [c-ares](https://c-ares.org) | 1.28.1 | 2024-03-30 |
| [c-ares](https://c-ares.org) | 1.30.0 | 2024-06-07 |
| [curl](https://curl.se) | 8.8.0 | 2024-05-21 |
| [libxml2](http://xmlsoft.org) | 2.13.0 | 2024-06-12 |
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.40 | 2024-06-12 |
Expand Down
7 changes: 3 additions & 4 deletions ports/c-ares/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
set(VERSION 1.28.1)
string(REPLACE "." "_" TAG ${VERSION})
set(VERSION 1.30.0)

# Get archive
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/c-ares/c-ares/releases/download/cares-${TAG}/c-ares-${VERSION}.tar.gz"
URLS "https://github.com/c-ares/c-ares/releases/download/v${VERSION}/c-ares-${VERSION}.tar.gz"
FILENAME "c-ares-${VERSION}.tar.gz"
SHA512 9a24f40002b661d97c9b49a617d2e6b12bad1c9f22e872611252d051ec650f886c010207939fac6992610b3cd5a87588f802d7dfa1310ced7c6621ea2f99dd90
SHA512 427f2acd34f40464972af0baa5ff547f41e64495c4871b74a9b572d8ac3cecba08c7cd79dad4702307dee25b58963cabef90123601e033d4fd4e9ee530afc2f3
)

# Extract archive
Expand Down
2 changes: 1 addition & 1 deletion ports/c-ares/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c-ares",
"version": "1.28.1",
"version": "1.30.0",
"description": "A C library for asynchronous DNS requests",
"homepage": "https://c-ares.org",
"license": "MIT-CMU",
Expand Down

0 comments on commit eb7820a

Please sign in to comment.