Skip to content

Commit

Permalink
chore(ci): brew tap renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolio-deb committed Aug 4, 2022
1 parent f41128d commit 6d8bf0e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ nfpms:
file_name_template: "{{ .PackageName }}_{{ .Os }}_{{ .Arch }}"
brews:
- name: fvpn
homepage: https://github.com/forestvpn/cli
tap:
owner: forestvpn
name: homebrew-cli
description: "Forest VPN CLI client for macOS, Linux, and Windows"
homepage: https://github.com/forestvpn/cli
dependencies:
- name: wireguard-tools
tap:
owner: forestvpn
name: homebrew-core
test: |
system "#{bin}/fvpn version"
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 comments on commit 6d8bf0e

Please sign in to comment.