Skip to content

Commit fe54925

Browse files
committed
Update homebrew settings
1 parent 9b50b80 commit fe54925

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.goreleaser.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ brews:
6363
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
6464
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/-/releases/{{ .Tag }}/downloads/{{ .ArtifactName }}"
6565
# Default for gitea is "https://gitea.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
66-
url_template: "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
66+
url_template: "https://github.com/aaronvb/request_hole/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
6767

6868
# Allows you to set a custom download strategy. Note that you'll need
6969
# to implement the strategy and add it to your tap repository.
@@ -117,10 +117,9 @@ brews:
117117
# ...
118118

119119
# Packages your package depends on.
120-
# dependencies:
121-
# - name: git
122-
# - name: zsh
123-
# type: optional
120+
dependencies:
121+
- name: go
122+
type: optional
124123

125124
# Packages that conflict with your package.
126125
# conflicts:
@@ -135,9 +134,9 @@ brews:
135134

136135
# So you can `brew test` your formula.
137136
# Default is empty.
138-
# test: |
139-
# system "#{bin}/program --version"
140-
# ...
137+
test: |
138+
system "#{bin}/rq version"
139+
...
141140
142141
# Custom install script for brew.
143142
# Default is 'bin.install "program"'.

0 commit comments

Comments
 (0)