mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
b4f154d81f
* fix: improving URLs on linuxbrew Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * refactor: rename template fields Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix(tests): adapts brew test formulas and docs * Revert "fix(tests): adapts brew test formulas and docs" This reverts commit 51dd8cf6c71ebc262661d0fb9cd43946bf4cfdb2. * fix: template Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * docs: fixed example Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> Co-authored-by: Manuel Vogel <mavogel@posteo.de>
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
class FooIsBar < Formula
|
|
desc ""
|
|
homepage ""
|
|
version "1.0.1"
|
|
bottle :unneeded
|
|
|
|
if OS.mac?
|
|
url "https://dummyhost/download/v1.0.1/bin.tar.gz"
|
|
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
|
end
|
|
|
|
def install
|
|
end
|
|
end
|