Commit eb7820a 1 parent b4c6026 commit eb7820a Copy full SHA for eb7820a
File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ the requirements.
55
55
| [ nghttp2] ( https://nghttp2.org ) | 1.62.1 | 2024-05-19 |
56
56
| [ nghttp3] ( https://github.com/ngtcp2/nghttp3 ) | 1.4.0 | 2024-06-13 |
57
57
| [ 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 |
59
59
| [ curl] ( https://curl.se ) | 8.8.0 | 2024-05-21 |
60
60
| [ libxml2] ( http://xmlsoft.org ) | 2.13.0 | 2024-06-12 |
61
61
| [ libxslt] ( http://xmlsoft.org/libxslt ) | 1.1.40 | 2024-06-12 |
Original file line number Diff line number Diff line change 1
- set (VERSION 1.28.1)
2
- string (REPLACE "." "_" TAG ${VERSION} )
1
+ set (VERSION 1.30.0)
3
2
4
3
# Get archive
5
4
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"
7
6
FILENAME "c-ares-${VERSION} .tar.gz"
8
- SHA512 9a24f40002b661d97c9b49a617d2e6b12bad1c9f22e872611252d051ec650f886c010207939fac6992610b3cd5a87588f802d7dfa1310ced7c6621ea2f99dd90
7
+ SHA512 427f2acd34f40464972af0baa5ff547f41e64495c4871b74a9b572d8ac3cecba08c7cd79dad4702307dee25b58963cabef90123601e033d4fd4e9ee530afc2f3
9
8
)
10
9
11
10
# Extract archive
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " c-ares" ,
3
- "version" : " 1.28.1 " ,
3
+ "version" : " 1.30.0 " ,
4
4
"description" : " A C library for asynchronous DNS requests" ,
5
5
"homepage" : " https://c-ares.org" ,
6
6
"license" : " MIT-CMU" ,
You can’t perform that action at this time.
0 commit comments