From 7afc23b3ff46f63acffc35001d2460a50cc655c7 Mon Sep 17 00:00:00 2001 From: David Stotijn Date: Wed, 2 Mar 2022 14:49:24 +0100 Subject: [PATCH] Add Homebrew tap to GoReleaser config --- .goreleaser.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index d4c8f9a..bad4b6a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -28,6 +28,20 @@ archives: - goos: windows format: zip +brews: + - tap: + owner: hettysoft + name: homebrew-tap + folder: Formula + homepage: https://hetty.xyz + description: An HTTP toolkit for security research. + license: MIT + commit_author: + name: David Stotijn + email: dstotijn@gmail.com + test: | + system "#{bin}/hetty -v" + checksum: name_template: "checksums.txt"