mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
update formula and screenshot
This commit is contained in:
parent
54708f9005
commit
5485dddb95
18
README.md
18
README.md
@ -86,21 +86,23 @@ after_success:
|
||||
|
||||
The release on GitHub looks pretty much like this:
|
||||
|
||||
[
|
||||
[
|
||||
](https://github.com/goreleaser/goreleaser/releases)
|
||||
|
||||
And the [Homebrew formulae](https://github.com/goreleaser/homebrew-tap/blob/master/release.rb) would look like:
|
||||
And the [Homebrew formulae](https://github.com/goreleaser/homebrew-tap/blob/master/Formula/goreleaser.rb) would look like:
|
||||
|
||||
```rb
|
||||
class Release < Formula
|
||||
class Goreleaser < Formula
|
||||
desc "Deliver Go binaries as fast and easily as possible"
|
||||
homepage "https://github.com/goreleaser/goreleaser"
|
||||
url "https://github.com/goreleaser/goreleaser/releases/download/v0.2.8/release_Darwin_x86_64.tar.gz"
|
||||
version "v0.2.8"
|
||||
sha256 "9ee30fc358fae8d248a2d7538957089885da321dca3f09e3296fe2058e7fff74"
|
||||
homepage "https://goreleaser.github.io/"
|
||||
url "https://github.com/goreleaser/goreleaser/releases/download/v0.5.8/goreleaser_Darwin_x86_64.tar.gz"
|
||||
version "v0.5.8"
|
||||
sha256 "c37784679840fb9e89c445f6176442eb3624d18cf232ff5a1dfe57e905c83d77"
|
||||
|
||||
depends_on "git"
|
||||
|
||||
def install
|
||||
bin.install "release"
|
||||
bin.install "goreleaser"
|
||||
end
|
||||
end
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user