diff --git a/ethereum.rb b/ethereum.rb index 964acbb2..820e99b4 100644 --- a/ethereum.rb +++ b/ethereum.rb @@ -4,14 +4,14 @@ class Ethereum < Formula url "https://github.com/ethereum/go-ethereum.git", :tag => "v1.10.8" head do - url "https://github.com/ethereum/go-ethereum.git", :branch => "master" + url "https://github.com/ethereum/go-ethereum.git", branch: "master" end # Require El Capitan at least - depends_on :macos => :el_capitan + depends_on macos: :el_capitan # Is there a better way to ensure that frameworks (IOKit, CoreServices, etc) are installed? - depends_on :xcode => :build + depends_on xcode: :build depends_on "go" => :build