goreleaser 0.124.1
Closes #48767. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
parent
20f4d4959f
commit
88e858b87e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Goreleaser < Formula
|
||||||
desc "Deliver Go binaries as fast and easily as possible"
|
desc "Deliver Go binaries as fast and easily as possible"
|
||||||
homepage "https://goreleaser.com/"
|
homepage "https://goreleaser.com/"
|
||||||
url "https://github.com/goreleaser/goreleaser.git",
|
url "https://github.com/goreleaser/goreleaser.git",
|
||||||
:tag => "v0.124.0",
|
:tag => "v0.124.1",
|
||||||
:revision => "5f5f263aa8cc293a5684786af73ef68a7b77b902"
|
:revision => "c63a57eaa05d79c619cfc9825e973006bb59bfc0"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue