Skip to content

Commit e4a674f

Browse files
committed
Update qbittorrent-nox-static.sh
1 parent 2586b4b commit e4a674f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qbittorrent-nox-static.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ _set_module_urls() {
811811
elif [[ "${os_version_codename}" =~ ^(bookworm|jammy)$ ]]; then
812812
github_tag[glibc]="glibc-2.38"
813813
else # "$(_git_git ls-remote -q -t --refs https://sourceware.org/git/glibc.git | awk '/\/tags\/glibc-[0-9]\.[0-9]{2}$/{sub("refs/tags/", "");sub("(.*)(-[^0-9].*)(.*)", ""); print $2 }' | awk '!/^$/' | sort -rV | head -n 1)"
814-
github_tag[glibc]="glibc-2.39"
814+
github_tag[glibc]="glibc-2.40"
815815
fi
816816
else
817817
github_tag[ninja]="$(_git_git ls-remote -q -t --refs "${github_url[ninja]}" | awk '/v/{sub("refs/tags/", "");sub("(.*)(-[^0-9].*)(.*)", ""); print $2 }' | awk '!/^$/' | sort -rV | head -n 1)"
@@ -1580,7 +1580,7 @@ _multi_arch() {
15801580
case "${qbt_cross_target}" in
15811581
alpine)
15821582
qbt_cross_host="riscv64-linux-musl"
1583-
qbt_zlib_arch="mips64"
1583+
qbt_zlib_arch="riscv64"
15841584
;;&
15851585
debian)
15861586
printf '\n%b\n\n' " ${unicode_red_circle} The arch ${color_yellow_light}${qbt_cross_name}${color_end} can only be cross built on and Alpine OS Host"

0 commit comments

Comments
 (0)