mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Add Homebrew tap to GoReleaser config
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user