node 14.11.0
Closes #61188. Signed-off-by: Dustin Rodrigues <dust.rod@gmail.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
a2bbe36999
commit
be0545906f
|
@ -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/v14.10.1/node-v14.10.1.tar.xz"
|
||||
sha256 "2b5382f99eda3e7bbb4431f9e70475bc379fc8f30301c36b5b8b9b3764ead5b7"
|
||||
url "https://nodejs.org/dist/v14.11.0/node-v14.11.0.tar.gz"
|
||||
sha256 "c07669ddbd708d0dfc4ccb63a7ced7ad1fd7d1b59ced50cf05f22f0b96e45463"
|
||||
license "MIT"
|
||||
head "https://github.com/nodejs/node.git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue