We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0700bc3 + 4b06ac0 commit fc02f73Copy full SHA for fc02f73
solidity.rb
@@ -16,9 +16,9 @@
16
class Solidity < Formula
17
desc "The Solidity Contract-Oriented Programming Language"
18
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"
+ url "https://github.com/ethereum/solidity/releases/download/v0.8.7/solidity_0.8.7.tar.gz"
+ version "0.8.7"
+ sha256 "25494169ee0242bec827f194f7c917f8e926fce57b15b9845e9cb6bf987aceae"
22
23
depends_on "cmake" => :build
24
depends_on "boost" => "c++11"
0 commit comments