Skip to content

Commit

Permalink
Merge pull request #235 from ethereum/chriseth-patch-1
Browse files Browse the repository at this point in the history
Solidity 0.5.10
  • Loading branch information
chriseth authored Jun 25, 2019
2 parents da83823 + 8ebd447 commit cd29b81
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.9/solidity_0.5.9.tar.gz"
version "0.5.9"
sha256 "967a31c37450b95e034870cd10fb894d2edf782a184f4e5dc7090704ee6aefa9"
url "https://github.com/ethereum/solidity/releases/download/v0.5.10/solidity_0.5.10.tar.gz"
version "0.5.10"
sha256 "af6413a59b64a36e9cb245e1ecbf33049a227a04ef7176fd8b93d6100b77e15d"

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

0 comments on commit cd29b81

Please sign in to comment.