node 8.1.3
Closes #15098. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
858876fe26
commit
19c0b706d5
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/v8.1.2/node-v8.1.2.tar.xz"
|
||||
sha256 "ac190c1964ee0c28d4c163c0ccbb47435b2e4bd9b4c065b74a93373105c574b3"
|
||||
url "https://nodejs.org/dist/v8.1.3/node-v8.1.3.tar.xz"
|
||||
sha256 "67bc73136807190bc2f4bd840c647bace9077f24988a262f497eceab78f5acd4"
|
||||
head "https://github.com/nodejs/node.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue