We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128b2f0 commit 88d9628Copy full SHA for 88d9628
builder/install/30-cares.sh
@@ -7,7 +7,7 @@ if [ -n "${WITH_RHEL_RPMS}" ]; then
7
exit 0
8
fi
9
10
-wget "https://c-ares.haxx.se/download/c-ares-${CARES_VERSION}.tar.gz"
+wget "https://github.com/c-ares/c-ares/releases/download/cares-${CARES_VERSION//./_}/c-ares-${CARES_VERSION}.tar.gz"
11
tar -zxf "c-ares-${CARES_VERSION}.tar.gz"
12
cd "c-ares-${CARES_VERSION}"
13
cp LICENSE.md "${LICENSE_DIR}/c-ares-${CARES_VERSION}"
0 commit comments