Skip to content

Commit 89e14fe

Browse files
committed
Update Linux QQ to version 3.2.21-42086 in install script
Bump the fixed Linux QQ version from 3.2.20-40990 to 3.2.21-42086 and update all related download URLs in the install.sh script for both amd64 and arm64 architectures.
1 parent 09caed5 commit 89e14fe

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

script/install.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,9 @@ function download_napcat() {
512512
}
513513

514514
function get_qq_target_version() {
515-
#固定 3.2.20-40990 版本
516-
linuxqq_target_version="3.2.20-40990"
515+
#固定 3.2.21-42086 版本
516+
517+
linuxqq_target_version="3.2.21-42086"
517518
}
518519

519520
function compare_linuxqq_versions() {
@@ -633,18 +634,18 @@ function install_linuxqq_rootless() {
633634

634635
if [ "${system_arch}" = "amd64" ]; then
635636
if [ "${package_installer}" = "rpm" ]; then
636-
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/ec800879/linuxqq_3.2.20-40990_x86_64.rpm"
637+
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/8015ff90/linuxqq_3.2.21-42086_x86_64.rpm"
637638
qq_package_file="QQ.rpm"
638639
elif [ "${package_installer}" = "dpkg" ]; then
639-
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/ec800879/linuxqq_3.2.20-40990_amd64.deb"
640+
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/8015ff90/linuxqq_3.2.21-42086_amd64.deb"
640641
qq_package_file="QQ.deb"
641642
fi
642643
elif [ "${system_arch}" = "arm64" ]; then
643644
if [ "${package_installer}" = "rpm" ]; then
644-
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/ec800879/linuxqq_3.2.20-40990_aarch64.rpm"
645+
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/8015ff90/linuxqq_3.2.21-42086_aarch64.rpm"
645646
qq_package_file="QQ.rpm"
646647
elif [ "${package_installer}" = "dpkg" ]; then
647-
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/ec800879/linuxqq_3.2.20-40990_arm64.deb"
648+
qq_download_url="https://dldir1.qq.com/qqfile/qq/QQNT/8015ff90/linuxqq_3.2.21-42086_arm64.deb"
648649
qq_package_file="QQ.deb"
649650
fi
650651
fi

0 commit comments

Comments
 (0)