dune: add 2.0.0 bottle.
This commit is contained in:
parent
b4b7cce8f7
commit
9b2bffc776
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Dune < Formula
|
|||
sha256 "9f993b8263775a2236fd4308e2fe2413d3ee925a52858e4d9e18e7f170c4b3f6"
|
||||
head "https://github.com/ocaml/dune.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "d04ec439b7840934c4012fb2b6b77a314aa351ea6c01aab3b82a9cc64923c4e4" => :catalina
|
||||
sha256 "fd485e948769c2e6359765a41c603d9c2e154f3fc1e2ca6f01c65969a35d6a60" => :mojave
|
||||
sha256 "2ca309ec2e3a608f1c901a82274017fe96827b119fa97c5976e9ffde75f01017" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "ocaml" => [:build, :test]
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue