node 11.10.0
bump bundled npm to 6.7.0 nodejs/node#25804 Closes #36995. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
7a146c099b
commit
fca1108070
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue