Skip to content

Commit

Permalink
node 11.5.0
Browse files Browse the repository at this point in the history
Closes Homebrew#35232.

Signed-off-by: Igor Kapkov <[email protected]>
  • Loading branch information
diogoazevedos authored and Igor Kapkov committed Dec 18, 2018
1 parent df78b99 commit dcde17b
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 V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v11.4.0/node-v11.4.0.tar.gz"
sha256 "4dd9c7983d38bf373ab4e768645ae6887ccf50e284c7a44c279d6f190e607cab"
url "https://nodejs.org/dist/v11.5.0/node-v11.5.0.tar.gz"
sha256 "9dc66232aa6584508afe744dc2908dc1d49e41105fc8aac1547460f7e5467683"
head "https://github.com/nodejs/node.git"

bottle do
Expand Down

0 comments on commit dcde17b

Please sign in to comment.