From feff1b887aa01a70628a56aeacf284d6f133342f Mon Sep 17 00:00:00 2001 From: yutent Date: Sat, 29 Jul 2023 14:24:39 +0800 Subject: [PATCH] bun -> 0.7.1 --- bun/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bun/package.sh b/bun/package.sh index ec4e044..0b4019a 100755 --- a/bun/package.sh +++ b/bun/package.sh @@ -2,8 +2,8 @@ tmp_dir="/tmp/bun_tmp" app_name="bun" -version="0.7.0" -release="v0.7.0" +version="0.7.1" +release="v0.7.1" deb_url="https://github.com/oven-sh/bun/releases/download/bun-${release}/bun-linux-x64.zip"