mirror of
https://github.com/dstotijn/hetty
synced 2025-02-16 12:18:28 +00:00
Add Homebrew tap to GoReleaser config
This commit is contained in:
parent
6aa93b782e
commit
7afc23b3ff
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue