Skip to content

Commit

Permalink
Merge pull request #295 from ethereum/chriseth-patch-1
Browse files Browse the repository at this point in the history
Solidity 0.8.6
  • Loading branch information
chriseth authored Jun 22, 2021
2 parents 5922c8f + 1d6a6e8 commit 34d8086
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 "https://docs.soliditylang.org"
url "https://github.com/ethereum/solidity/releases/download/v0.8.5/solidity_0.8.5.tar.gz"
version "0.8.5"
sha256 "f754319ba5c82d6270a1add85f57d0580b875853885a76ec0c3b7025ec9e2d7c"
url "https://github.com/ethereum/solidity/releases/download/v0.8.6/solidity_0.8.6.tar.gz"
version "0.8.6"
sha256 "523c83417feb5b6c4b5531ce903ed60251ec9893ed665522a20ba027906038f5"

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

0 comments on commit 34d8086

Please sign in to comment.