Skip to content

Commit

Permalink
Brew formula update for arcli version v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 21, 2020
1 parent ce0a23d commit 149c27c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arcli.rb
Expand Up @@ -2,16 +2,16 @@
class Arcli < Formula
desc "Awesome Redmine CLI"
homepage "https://github.com/mightymatth/arcli"
version "0.1.1"
version "0.1.2"
bottle :unneeded

if OS.mac?
url "https://github.com/mightymatth/arcli/releases/download/v0.1.1/arcli_Darwin_x86_64.tar.gz"
sha256 "f6834bc533347211417334f5cf8469797d8f2cc8bfa740757b5691d19f5b514a"
url "https://github.com/mightymatth/arcli/releases/download/v0.1.2/arcli_Darwin_x86_64.tar.gz"
sha256 "436d6409344c23cf7886bde807c4875cdaf4bce77159b69a440b0638a59d6dcb"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/mightymatth/arcli/releases/download/v0.1.1/arcli_Linux_x86_64.tar.gz"
sha256 "931333803556892e84a68797265d4b8ffe985f62a1df9f9a1e626aacbeff2a1a"
url "https://github.com/mightymatth/arcli/releases/download/v0.1.2/arcli_Linux_x86_64.tar.gz"
sha256 "cc9cd7d3bc26aea5a9c954cf068edb5a33a45a4a89a67519264224c40bfab320"
end
end

Expand Down

0 comments on commit 149c27c

Please sign in to comment.