Skip to content

Commit fc02f73

Browse files
authored
Merge pull request #297 from hrkrshnn/solidity-0.8.7
Update for solidity 0.8.7
2 parents 0700bc3 + 4b06ac0 commit fc02f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solidity.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
class Solidity < Formula
1717
desc "The Solidity Contract-Oriented Programming Language"
1818
homepage "https://docs.soliditylang.org"
19-
url "https://github.com/ethereum/solidity/releases/download/v0.8.6/solidity_0.8.6.tar.gz"
20-
version "0.8.6"
21-
sha256 "523c83417feb5b6c4b5531ce903ed60251ec9893ed665522a20ba027906038f5"
19+
url "https://github.com/ethereum/solidity/releases/download/v0.8.7/solidity_0.8.7.tar.gz"
20+
version "0.8.7"
21+
sha256 "25494169ee0242bec827f194f7c917f8e926fce57b15b9845e9cb6bf987aceae"
2222

2323
depends_on "cmake" => :build
2424
depends_on "boost" => "c++11"

0 commit comments

Comments
 (0)