node 16.11.1

Closes #87130.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Diogo Azevedo 2021-10-12 18:02:48 +02:00 committed by BrewTestBot
parent ce105104d3
commit c3903da991
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -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.0/node-v16.11.0.tar.xz"
sha256 "d3f631bd0d215ded26b49b2eae42c84de2ba1b46f00cc2930809900a0f7165ae"
url "https://nodejs.org/dist/v16.11.1/node-v16.11.1.tar.xz"
sha256 "67587f4de25e30a9cc0b51a6033eca3bc82d7b4e0d79bb84a265e88f76ab6278"
license "MIT"
head "https://github.com/nodejs/node.git", branch: "master"