Skip to content

Commit

Permalink
node 11.10.0
Browse files Browse the repository at this point in the history
bump bundled npm to 6.7.0 nodejs/node#25804
  • Loading branch information
tommyang committed Feb 15, 2019
1 parent d0d8d21 commit b5e974e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/node.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Node < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v11.9.0/node-v11.9.0.tar.gz"
sha256 "d7f3d73d443f52c1c689fe88b9e55c35401b2207d251dc47b2d6a86a6d95758b"
url "https://nodejs.org/dist/v11.10.0/node-v11.10.0.tar.gz"
sha256 "45835c210955cd05cab259e664cc19a6f2748dbda6bc9e13edc9a2e8cc498770"
head "https://github.com/nodejs/node.git"

bottle do
Expand All @@ -19,8 +19,8 @@ class Node < Formula
# We track major/minor from upstream Node releases.
# We will accept *important* npm patch releases when necessary.
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-6.5.0.tgz"
sha256 "b0c25f9610085da20921e7eec6ddcecef7fc5ffa6c1b2ddd4007edd5e8414eb2"
url "https://registry.npmjs.org/npm/-/npm-6.7.0.tgz"
sha256 "6ce036f070fe8fe602577fd80c103c3d7684077b0f567fdc8792c9ec65d35685"
end

def install
Expand Down

0 comments on commit b5e974e

Please sign in to comment.