diff --git a/brew/brew.go b/brew/brew.go index 9337f7ad6..72dc48eee 100644 --- a/brew/brew.go +++ b/brew/brew.go @@ -18,6 +18,7 @@ const formulae = `class {{ .Name }} < Formula homepage "{{ .Homepage }}" url "https://github.com/{{ .Repo }}/releases/download/{{ .Tag }}/{{ .BinaryName }}_#{%x(uname -s).gsub(/\n/, '')}_#{%x(uname -m).gsub(/\n/, '')}.tar.gz" head "https://github.com/{{ .Repo }}.git" + version "{{ .Tag }}" def install bin.install "{{ .BinaryName }}"