From 3ab5913e5a23ef2ac6a51c751382f732784632ce Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 24 Oct 2018 01:29:27 +0000 Subject: [PATCH] node@10: add 10.12.0 bottle. --- Formula/node@10.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/node@10.rb b/Formula/node@10.rb index 5b6688928e..43edead7f7 100644 --- a/Formula/node@10.rb +++ b/Formula/node@10.rb @@ -4,6 +4,12 @@ class NodeAT10 < Formula url "https://nodejs.org/dist/v10.12.0/node-v10.12.0.tar.gz" sha256 "c6552b95062f5e9f3a27da6fdb57914ab4b27a9aa2e783fb050791166554d059" + bottle do + sha256 "72ea1acbc62c79d65d054b4f8b3154d216b4619e2e6607d478e6beac017a6359" => :mojave + sha256 "e78df890254094099fa1f40977d0974b5bda8e8ac4aa2b6b2a4da95921e46a7d" => :high_sierra + sha256 "267dc5ebf11ca667aadfb05058323f756ffc84911aa574bd39b58fb3644c4021" => :sierra + end + keg_only :versioned_formula option "with-openssl", "Build against Homebrew's OpenSSL instead of the bundled OpenSSL"