Skip to content

Commit

Permalink
Brew formula update for arcli version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 18, 2020
1 parent 634ce99 commit 4644173
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.0"
version "0.1.1"
bottle :unneeded

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

Expand Down

0 comments on commit 4644173

Please sign in to comment.