We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0024f3 commit 5879ea5Copy full SHA for 5879ea5
Formula/node.rb
@@ -1,8 +1,8 @@
1
class Node < Formula
2
desc "Platform built on the V8 JavaScript runtime to build network applications"
3
homepage "https://nodejs.org/"
4
- url "https://nodejs.org/dist/v7.1.0/node-v7.1.0.tar.xz"
5
- sha256 "55ae831a2090e3af71b8f071dc5599922e5c752a2e40d77cbfd4a39d22cf4981"
+ url "https://nodejs.org/dist/v7.2.0/node-v7.2.0.tar.xz"
+ sha256 "486d4db7ef659521ad2fafefca877638da07bef61e2aee090207ff52149294fb"
6
head "https://github.com/nodejs/node.git"
7
8
bottle do
0 commit comments