Fix homebrew url

This commit is contained in:
Alexander Kiryukhin 2021-12-07 03:17:42 +03:00
parent 674d9a4a5d
commit 7dac3614f5
No known key found for this signature in database
GPG key ID: 6DF7A2910D0699E9

View file

@ -38,7 +38,7 @@ brews:
owner: neonxp owner: neonxp
name: homebrew-tap name: homebrew-tap
branch: master branch: master
url_template: "http://github.com/neonxp/track/releases/{{ .Tag }}/{{ .ArtifactName }}" url_template: "http://github.com/neonxp/track/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author: commit_author:
name: NeonXP name: NeonXP
email: i@neonxp.ru email: i@neonxp.ru