erlang@20: add 20.3.8 bottle.
This commit is contained in:
parent
35e9c616b5
commit
3ac1d5d0ba
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class ErlangAT20 < Formula
|
|||
sha256 "a7e59c531605fbd19ceac0568ae81c89ec690449e861da6e3598399f9c4b747f"
|
||||
head "https://github.com/erlang/otp.git", :branch => "maint-20"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "464a98017adbd4844758bfd92b1d3da9063cf5cc1e8f23dac82b5899061706f7" => :high_sierra
|
||||
sha256 "12bf29a03acb9846e87b02ab4bbf62de807261cf40902830cf73f419a3ebebb8" => :sierra
|
||||
sha256 "832f4ac79623820c5d6de4b007f09e649a830edcd4dda8394f471205e23b1ada" => :el_capitan
|
||||
end
|
||||
|
||||
keg_only :versioned_formula
|
||||
|
||||
option "without-hipe", "Disable building hipe; fails on various macOS systems"
|
||||
|
|
Loading…
Reference in a new issue