Skip to content

Commit

Permalink
node 5.4.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#47790.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
  • Loading branch information
DomT4 authored and UniqMartin committed Jan 7, 2016
1 parent a7bc34e commit 4026035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3.0/node-v5.3.0.tar.gz"
sha256 "cc05ff06149c638345835788f448471d264a7e011bf083394f86d5be51975c7e"
url "https://nodejs.org/dist/v5.4.0/node-v5.4.0.tar.gz"
sha256 "1dfe37a00cf0ed62beb73071f571ac56697f544a98cc2ff3318faec6363d72ab"
head "https://github.com/nodejs/node.git"

bottle do
Expand Down

0 comments on commit 4026035

Please sign in to comment.