Skip to content

Commit

Permalink
node 16.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 20, 2021
1 parent df940f2 commit e8c64b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/node.rb
@@ -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/v16.11.1/node-v16.11.1.tar.xz"
sha256 "67587f4de25e30a9cc0b51a6033eca3bc82d7b4e0d79bb84a265e88f76ab6278"
url "https://nodejs.org/dist/v16.12.0/node-v16.12.0.tar.xz"
sha256 "5f620a6a400901a6565aa0c07309cde3aab3dbaa765cecb934241de520d36bac"
license "MIT"
head "https://github.com/nodejs/node.git", branch: "master"

Expand Down Expand Up @@ -44,8 +44,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-8.0.0.tgz"
sha256 "7b42b3cc7deeda21df3a7e91ce81c6c466bdab99f204e20f2a336f4628366219"
url "https://registry.npmjs.org/npm/-/npm-8.1.0.tgz"
sha256 "301ddf6bdbd6f6abb36de144902914c6bb4d6f7463758774fdd0a9ee7c597d34"
end

# Fix build with brewed c-ares.
Expand Down

0 comments on commit e8c64b9

Please sign in to comment.