Skip to content

Commit

Permalink
node 5.7.1
Browse files Browse the repository at this point in the history
Closes Homebrew#49739.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
enilsen16 authored and DomT4 committed Mar 3, 2016
1 parent 0e3d725 commit 232daec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/node.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Node < Formula
desc "Platform built on the V8 JavaScript runtime to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v5.7.0/node-v5.7.0.tar.gz"
sha256 "2338b46a2f45fbb747089c66931f62555f25a5928511d3a43bbb3a39dcded2d8"
url "https://nodejs.org/dist/v5.7.1/node-v5.7.1.tar.xz"
sha256 "029ed8aeb997c68d1a901cd837af02d24b6b5e20a4ff93bed090fd289f91a9a1"
head "https://github.com/nodejs/node.git"

bottle do
Expand Down

0 comments on commit 232daec

Please sign in to comment.