Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Solidity 0.8.4
  • Loading branch information
chriseth committed Apr 21, 2021
1 parent 1b09a8f commit 4a23f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solidity.rb
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.3/solidity_0.8.3.tar.gz"
version "0.8.3"
sha256 "8eeb520d5f80cd959517f0f164848ae7db0f11da1565ba376a15e9959185f383"
url "https://github.com/ethereum/solidity/releases/download/v0.8.4/solidity_0.8.4.tar.gz"
version "0.8.4"
sha256 "4feb8f7dd3d1d3024000cf9b09d989a14fd92d65bf19b3c005842a0b809bc575"

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

0 comments on commit 4a23f57

Please sign in to comment.