Skip to content

Commit

Permalink
Use versioned boost formula for solidity@4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Sep 2, 2020
1 parent b94ee11 commit 9b03a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity@4.rb
Expand Up @@ -21,7 +21,7 @@ class SolidityAT4 < Formula
sha256 "22fd4ce2480df4d55602e50dc1606bd7c4cf5bf4658d49ccf7a4644ca0edd5b3"

depends_on "cmake" => :build
depends_on "boost@1.60" => "c++11"
depends_on "boost" => "1.60"
# Note: due to a homebrew limitation, ccache will always be detected and cannot be turned off.
depends_on "ccache" => :build
depends_on "z3"
Expand Down

0 comments on commit 9b03a41

Please sign in to comment.