Skip to content

Commit 3c9f6b1

Browse files
authored
build: clamp to 1.19.1
aria2/aria2@ec899c3 #15
1 parent 8efe979 commit 3c9f6b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-aria2.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ rm -rf "${sqlite_name}"
8888
[[ ! "$cares_ver" ]] &&
8989
cares_ver="$(clean_html_index https://c-ares.haxx.se/)" &&
9090
cares_ver="$(get_last_version "$cares_ver" c-ares "1\.\d+\.\d")"
91-
cares_ver="${cares_ver:-1.17.1}"
91+
echo "current latest c-ares: ${cares_ver}"
92+
cares_ver="1.19.1"
9293
echo "c-ares-${cares_ver}"
9394
wget -c --no-check-certificate "https://c-ares.haxx.se/download/c-ares-${cares_ver}.tar.gz"
9495
tar xf "c-ares-${cares_ver}.tar.gz"

0 commit comments

Comments
 (0)