File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 63
63
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
64
64
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/-/releases/{{ .Tag }}/downloads/{{ .ArtifactName }}"
65
65
# 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 }}"
67
67
68
68
# Allows you to set a custom download strategy. Note that you'll need
69
69
# to implement the strategy and add it to your tap repository.
@@ -117,10 +117,9 @@ brews:
117
117
# ...
118
118
119
119
# Packages your package depends on.
120
- # dependencies:
121
- # - name: git
122
- # - name: zsh
123
- # type: optional
120
+ dependencies :
121
+ - name : go
122
+ type : optional
124
123
125
124
# Packages that conflict with your package.
126
125
# conflicts:
@@ -135,9 +134,9 @@ brews:
135
134
136
135
# So you can `brew test` your formula.
137
136
# Default is empty.
138
- # test: |
139
- # system "#{bin}/program -- version"
140
- # ...
137
+ test : |
138
+ system "#{bin}/rq version"
139
+ ...
141
140
142
141
# Custom install script for brew.
143
142
# Default is 'bin.install "program"'.
You can’t perform that action at this time.
0 commit comments