Skip to content

Commit

Permalink
build: clamp to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer authored Dec 6, 2023
1 parent 8efe979 commit 3c9f6b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-aria2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ rm -rf "${sqlite_name}"
[[ ! "$cares_ver" ]] &&
cares_ver="$(clean_html_index https://c-ares.haxx.se/)" &&
cares_ver="$(get_last_version "$cares_ver" c-ares "1\.\d+\.\d")"
cares_ver="${cares_ver:-1.17.1}"
echo "current latest c-ares: ${cares_ver}"
cares_ver="1.19.1"
echo "c-ares-${cares_ver}"
wget -c --no-check-certificate "https://c-ares.haxx.se/download/c-ares-${cares_ver}.tar.gz"
tar xf "c-ares-${cares_ver}.tar.gz"
Expand Down

0 comments on commit 3c9f6b1

Please sign in to comment.