update bun, nodejs

master
yutent 2023-12-15 10:09:43 +08:00
parent 044672e476
commit 26d8d2f1a7
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.16"
version="1.0.18"
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="20.6.1"
version="21.4.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-v20.x/node-${release}-linux-${pkg_arch}.tar.xz"
deb_url="http://mirrors.ustc.edu.cn/node/latest-v21.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.17.1"
version="18.19.0"
release="v${version}"
pkg_arch="x64"
deb_arch="amd64"