mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
proper versioning
This commit is contained in:
parent
adc266244b
commit
8892860dc4
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user