From 3f9cd8740b84245c0431c739936296c874f4de56 Mon Sep 17 00:00:00 2001 From: Eriks Zelenka Date: Sun, 11 Jan 2026 16:23:26 +0000 Subject: [PATCH] pipe: fix goreleaser config --- .goreleaser.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fec1216..31dd9ca 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -28,12 +28,21 @@ homebrew_casks: name: Eriks Zelenka email: isindir@users.sf.net commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }} - {{.ShortCommit}}" - directory: Formula + # Use Casks directory (default for homebrew_casks) + # directory: Casks homepage: "https://github.com/isindir/git-get" license: "MIT" description: "Tool to clone/fetch project repositories an-mass using Gitfile configuration file. git-get can also generate Gitfile from github, gitlab or bitbucket, to have all repositories user has access to." - # test: | - # system "#{bin}/git-get", "version", "--long" + # URL verification helps pass homebrew audit + url: + verified: "github.com/isindir/git-get" + # Remove quarantine bit for unsigned binaries on macOS + hooks: + post: + install: | + if OS.mac? + system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/git-get"] + end release: prerelease: auto