node 8.1.2
Closes #14620. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
3df6d951ea
commit
7fac8f4f31
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Node < Formula
|
class Node < Formula
|
||||||
desc "Platform built on V8 to build network applications"
|
desc "Platform built on V8 to build network applications"
|
||||||
homepage "https://nodejs.org/"
|
homepage "https://nodejs.org/"
|
||||||
url "https://nodejs.org/dist/v8.1.1/node-v8.1.1.tar.xz"
|
url "https://nodejs.org/dist/v8.1.2/node-v8.1.2.tar.xz"
|
||||||
sha256 "7b0d176dc4a1db37789e009825ba03d2e3f834227e5efd296167e7ef6b287847"
|
sha256 "ac190c1964ee0c28d4c163c0ccbb47435b2e4bd9b4c065b74a93373105c574b3"
|
||||||
head "https://github.com/nodejs/node.git"
|
head "https://github.com/nodejs/node.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue