Skip to content

Commit 7de9ecc

Browse files
committed
fix: remove test and deprecated binary field from homebrew_casks
1 parent 1cb05b0 commit 7de9ecc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,13 @@ homebrew_casks:
8888
license: "MIT"
8989
url:
9090
verified: github.com/obay/hsctl
91-
binary: hsctl
9291
# If the binary isn't signed/notarized, unquarantine it so users don't get blocked
9392
hooks:
9493
post:
9594
install: |
9695
if OS.mac?
9796
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/hsctl"], sudo: false
9897
end
99-
test: |
100-
system "#{appdir}/bin/hsctl --version"
10198
10299
nfpms:
103100
- id: packages

0 commit comments

Comments
 (0)