Merge branch 'master' of git.wkit.fun:appcat/deb-packs

master
yutent 2024-11-05 09:48:31 +08:00
commit 780ce11a69
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -2,7 +2,7 @@
app_name="nodejs-current"
tmp_dir="/tmp/${app_name}_tmp"
version="22.10.0"
version="23.1.0"
release="v${version}"
pkg_arch="x64"
deb_arch="amd64"
@ -13,7 +13,7 @@ if [ "$1" == "arm" ]; then
fi
deb_url="http://mirrors.ustc.edu.cn/node/latest-v22.x/node-${release}-linux-${pkg_arch}.tar.xz"
deb_url="http://mirrors.ustc.edu.cn/node/latest-v23.x/node-${release}-linux-${pkg_arch}.tar.xz"
# 创建临时目录, 用于下载官方包
if [ -d $tmp_dir ]; then

View File

@ -2,7 +2,7 @@
app_name="nodejs-lts"
tmp_dir="/tmp/${app_name}_tmp"
version="18.20.4"
version="20.18.0"
release="v${version}"
pkg_arch="x64"
deb_arch="amd64"
@ -13,7 +13,7 @@ if [ "$1" == "arm" ]; then
fi
deb_url="http://mirrors.ustc.edu.cn/node/latest-v18.x/node-${release}-linux-${pkg_arch}.tar.xz"
deb_url="http://mirrors.ustc.edu.cn/node/latest-v20.x/node-${release}-linux-${pkg_arch}.tar.xz"
# 创建临时目录, 用于下载官方包
if [ -d $tmp_dir ]; then