Skip to content

Commit

Permalink
Merge pull request #238 from ethereum/chriseth-patch-1
Browse files Browse the repository at this point in the history
Version 0.5.11 of Solidity
  • Loading branch information
chriseth authored Aug 12, 2019
2 parents c1475ec + 7fa7027 commit 5dc622b
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.10/solidity_0.5.10.tar.gz"
version "0.5.10"
sha256 "af6413a59b64a36e9cb245e1ecbf33049a227a04ef7176fd8b93d6100b77e15d"
url "https://github.com/ethereum/solidity/releases/download/v0.5.11/solidity_0.5.11.tar.gz"
version "0.5.11"
sha256 "85fa2d4e02325fcc6413cc6536124315ccf0582d30076a2d4c35a591af2e6bb6"

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

0 comments on commit 5dc622b

Please sign in to comment.