Compare commits

..

2 Commits

Author SHA1 Message Date
yutent 85bbe250cf update bun 2024-09-19 11:00:13 +08:00
yutent 16e67cfbd1 update qq 2024-09-19 09:38:20 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
app_name="bun"
tmp_dir="/tmp/${app_name}_tmp"
version="1.1.27"
version="1.1.28"
release="v${version}"
pkg_arch="x64"
deb_arch="amd64"

View File

@ -2,9 +2,9 @@
app_name="linuxqq"
tmp_dir="/tmp/${app_name}_tmp"
version="3.2.12.27206"
release="3.2.12-27206"
_hash="f572fbfa"
version="3.2.12.28060"
release="3.2.12-28060"
_hash="1aff6d6d"
deb_url="https://dldir1.qq.com/qqfile/qq/QQNT/${_hash}/linuxqq_${release}_amd64.deb"
# 创建临时目录, 用于下载官方包
if [ -d $tmp_dir ]; then