From cffdcae0ab1a3b2bd7656e09c574c75d525308f2 Mon Sep 17 00:00:00 2001 From: yutent Date: Mon, 27 May 2024 09:16:48 +0800 Subject: [PATCH] update bun --- bun/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun/package.sh b/bun/package.sh index 7497eb0..e5caa33 100755 --- a/bun/package.sh +++ b/bun/package.sh @@ -2,7 +2,7 @@ app_name="bun" tmp_dir="/tmp/${app_name}_tmp" -version="1.1.9" +version="1.1.10" release="v${version}" pkg_arch="x64" deb_arch="amd64"