node: update 10.0.0 bottle.
This commit is contained in:
parent
9b7b88718a
commit
8c171a3bf7
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ class Node < Formula
|
||||||
head "https://github.com/nodejs/node.git"
|
head "https://github.com/nodejs/node.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "a4c2d90a60930aa6e2cff330a81d8cec3636cdd9fc002ce79da30540499052d2" => :high_sierra
|
sha256 "6413fac659d9571e07eaef5cba9a2b150e04c6114984fa4ab39b05733065469b" => :high_sierra
|
||||||
sha256 "0aae3fdf9ac8d330b536671ac4e9b20cc88f1eeeee6f8432e64e141c3b472af0" => :sierra
|
sha256 "1de8f4c9ebeab4365dc1a26c70565ea8141784e355bc9368fe366984715f51b3" => :sierra
|
||||||
sha256 "f6af24d8ed4594db47b3c9ed4c525c524a7798101c4b2ad122164516e1a6ef7f" => :el_capitan
|
sha256 "6343a8becdc0fbd92e7db5aab2075f6513ddbb2f1919394f8c3da1fa30597c2f" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
option "with-debug", "Build with debugger hooks"
|
option "with-debug", "Build with debugger hooks"
|
||||||
|
|
Loading…
Reference in a new issue