Skip to content

Commit

Permalink
Update formula to v0.100.3-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiden Network committed Apr 17, 2019
1 parent 9d20333 commit 473a199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raiden.rb
@@ -1,14 +1,14 @@
class Raiden < Formula
desc "Raiden Network"
homepage "https://github.com/raiden-network/homebrew-raiden"
url "https://github.com/raiden-network/raiden/releases/download/v0.100.3-rc3/raiden-v0.100.3-rc3-macOS-x86_64.zip"
version "v0.100.3-rc3"
url "https://github.com/raiden-network/raiden/releases/download/v0.100.3-rc4/raiden-v0.100.3-rc4-macOS-x86_64.zip"
version "v0.100.3-rc4"
sha256 "90df67ab90d32b670dfda867fa3442b780b473e6f824859cd631f266758592ef"

depends_on :macos => :el_capitan

def install
mv "raiden-v0.100.3-rc3-macOS-x86_64", "raiden"
mv "raiden-v0.100.3-rc4-macOS-x86_64", "raiden"
bin.install "raiden"
end

Expand Down

0 comments on commit 473a199

Please sign in to comment.