Skip to content

Commit

Permalink
Merge pull request #233 from ethereum/chriseth-patch-1
Browse files Browse the repository at this point in the history
Solidity 0.5.9
  • Loading branch information
chriseth authored May 28, 2019
2 parents 1fc6d49 + f5abd8d commit da83823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solidity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
class Solidity < Formula
desc "The Solidity Contract-Oriented Programming Language"
homepage "http://solidity.readthedocs.org"
url "https://github.com/ethereum/solidity/releases/download/v0.5.8/solidity_0.5.8.tar.gz"
version "0.5.8"
sha256 "a4ca1b9419f03a14d08d30528e8fc663434b20420930a333583ebe3afc34f587"
url "https://github.com/ethereum/solidity/releases/download/v0.5.9/solidity_0.5.9.tar.gz"
version "0.5.9"
sha256 "967a31c37450b95e034870cd10fb894d2edf782a184f4e5dc7090704ee6aefa9"

depends_on "cmake" => :build
depends_on "boost" => "c++11"
Expand Down

0 comments on commit da83823

Please sign in to comment.