Skip to content

Commit

Permalink
node 15.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Beyer committed Feb 18, 2021
1 parent 0b9a7d7 commit a4a1d26
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/v15.8.0/node-v15.8.0.tar.xz"
sha256 "e23ae2f6181444066cf74e03c3e30e650fbc63764c2b89829928cddf3e4230a9"
url "https://nodejs.org/dist/v15.9.0/node-v15.9.0.tar.xz"
sha256 "bdd7961c003b4a2dbc8b54695dd1da2bf1f9b934aadb8fd4757e8e2fe437d8c3"
license "MIT"
head "https://github.com/nodejs/node.git"

Expand All @@ -25,8 +25,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-7.5.0.tgz"
sha256 "361c9f80ad4cfb9d14415392afd557f1ee8be2523e4a1795083167a8f0d98981"
url "https://registry.npmjs.org/npm/-/npm-7.5.3.tgz"
sha256 "d5aabe943d1daca67df57caddc9e7a3683fe8ea5a6419157adf893249158d950"
end

def install
Expand Down

0 comments on commit a4a1d26

Please sign in to comment.