node 13.5.0
Closes #48037. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
parent
f55f14b8c0
commit
127732ae6a
1 changed files with 2 additions and 2 deletions
|
@ -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/v13.4.0/node-v13.4.0.tar.gz"
|
||||
sha256 "039e9bfbb114fca44b14f317cdadf51fc875660e4e03106fa303503add7ae560"
|
||||
url "https://nodejs.org/dist/v13.5.0/node-v13.5.0.tar.gz"
|
||||
sha256 "4b8078d896a7550d7ed399c1b4ac9043e9f883be404d9b337185c8d8479f2db8"
|
||||
head "https://github.com/nodejs/node.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue