Skip to content

Commit

Permalink
node: bump revision for npm 6.13.4
Browse files Browse the repository at this point in the history
Co-authored-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
2 people authored and bayandin committed Dec 17, 2019
1 parent 5bc446f commit 6acc21a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Node < Formula
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v13.3.0/node-v13.3.0.tar.gz"
sha256 "cab5bd4712265745cfce1416ea0f425f1de71452f0ddc544d815aacee2aede3e"
revision 1
head "https://github.com/nodejs/node.git"

bottle do
Expand All @@ -19,8 +20,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.13.2.tgz"
sha256 "7d1253134b21f51b3bd89fedf699ce85deb29990e3ab16e691bea4685e5edd42"
url "https://registry.npmjs.org/npm/-/npm-6.13.4.tgz"
sha256 "a063290bd5fa06a8753de14169b7b243750432f42d01213fbd699e6b85916de7"
end

def install
Expand Down

0 comments on commit 6acc21a

Please sign in to comment.