From 2e6b6dad281e17b33845a71ddc2d05d1589d7981 Mon Sep 17 00:00:00 2001 From: timzhong2000 Date: Sat, 22 Aug 2026 21:54:56 +0800 Subject: [PATCH] Fix Homebrew formula audit issues --- scripts/render-homebrew-formula.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/render-homebrew-formula.sh b/scripts/render-homebrew-formula.sh index 4a892c5..d44725d 100755 --- a/scripts/render-homebrew-formula.sh +++ b/scripts/render-homebrew-formula.sh @@ -25,9 +25,8 @@ base_url="https://github.com/$repository/releases/download/$tag" mkdir -p "$(dirname "$output")" cat >"$output" <