Skip to content

Commit

Permalink
Brew formula update for hammer version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Apr 17, 2020
1 parent e5a4bcd commit 1c58352
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hammer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
class Hammer < Formula
desc ""
homepage ""
version "0.8.1"
version "0.9.0"
bottle :unneeded

if OS.mac?
url "https://github.com/pivotal/hammer/releases/download/v0.8.1/hammer_darwin_amd64.tar.gz"
sha256 "6b418f15787842cc9744fabe7fdb07b94e008c822d2a1ea9c94c3b0c918b7824"
url "https://github.com/pivotal/hammer/releases/download/v0.9.0/hammer_darwin_amd64.tar.gz"
sha256 "82ca1d79c88451a9bd380d3fc5e758066a49b534b2f979487e1111f46f9465a7"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/pivotal/hammer/releases/download/v0.8.1/hammer_linux_amd64.tar.gz"
sha256 "15a165b04b9135fa3240813f06232a79b9af4bb618272ddda853756074d1626c"
url "https://github.com/pivotal/hammer/releases/download/v0.9.0/hammer_linux_amd64.tar.gz"
sha256 "1ced0ac62b918531a7a38ac918dd26d235c0481c64762547c710232120cad8e1"
end
end

Expand Down

0 comments on commit 1c58352

Please sign in to comment.