File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff 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 |
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)
32
43# Get archive
54vcpkg_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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments