From f2f7c807cb775292872dd6db59dcc62558e2aa55 Mon Sep 17 00:00:00 2001 From: yutent Date: Wed, 14 Jun 2023 10:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85bun=200.6.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bun/package.sh b/bun/package.sh index 1737806..1006e67 100755 --- a/bun/package.sh +++ b/bun/package.sh @@ -2,8 +2,8 @@ tmp_dir="/tmp/bun_tmp" app_name="bun" -version="0.6.2" -release="v0.6.2" +version="0.6.9" +release="v0.6.9" deb_url="https://github.com/oven-sh/bun/releases/download/bun-${release}/bun-linux-x64.zip"