We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc446f commit 6acc21aCopy full SHA for 6acc21a
Formula/node.rb
@@ -3,6 +3,7 @@ class Node < Formula
3
homepage "https://nodejs.org/"
4
url "https://nodejs.org/dist/v13.3.0/node-v13.3.0.tar.gz"
5
sha256 "cab5bd4712265745cfce1416ea0f425f1de71452f0ddc544d815aacee2aede3e"
6
+ revision 1
7
head "https://github.com/nodejs/node.git"
8
9
bottle do
@@ -19,8 +20,8 @@ class Node < Formula
19
20
# We track major/minor from upstream Node releases.
21
# We will accept *important* npm patch releases when necessary.
22
resource "npm" do
- url "https://registry.npmjs.org/npm/-/npm-6.13.2.tgz"
23
- sha256 "7d1253134b21f51b3bd89fedf699ce85deb29990e3ab16e691bea4685e5edd42"
+ url "https://registry.npmjs.org/npm/-/npm-6.13.4.tgz"
24
+ sha256 "a063290bd5fa06a8753de14169b7b243750432f42d01213fbd699e6b85916de7"
25
end
26
27
def install
0 commit comments