Compare commits

..

No commits in common. "26d8d2f1a7d2ffcbfcf24a3900ed7b9eb41c0195" and "4fb0b45e837cb719b138a784a8afe58cc30b2da6" have entirely different histories.

3 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.0.18"
version="1.0.15"
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="21.4.0"
version="20.6.1"
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-v21.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

View File

@ -2,7 +2,7 @@
app_name="nodejs-lts"
tmp_dir="/tmp/${app_name}_tmp"
version="18.19.0"
version="18.17.1"
release="v${version}"
pkg_arch="x64"
deb_arch="amd64"