node 7.0.0
Closes #6261. Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
This commit is contained in:
parent
5fcbc8cde6
commit
1836df4c9d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Node < Formula
|
class Node < Formula
|
||||||
desc "Platform built on the V8 JavaScript runtime to build network applications"
|
desc "Platform built on the V8 JavaScript runtime to build network applications"
|
||||||
homepage "https://nodejs.org/"
|
homepage "https://nodejs.org/"
|
||||||
url "https://nodejs.org/dist/v6.9.1/node-v6.9.1.tar.xz"
|
url "https://nodejs.org/dist/v7.0.0/node-v7.0.0.tar.xz"
|
||||||
sha256 "0bdd8d1305777cc8cd206129ea494d6c6ce56001868dd80147aff531d6df0729"
|
sha256 "e16c3c76c2d6756bbfd711189cbdaf5676049b443e6817007bb537f243ca899a"
|
||||||
head "https://github.com/nodejs/node.git"
|
head "https://github.com/nodejs/node.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue