Skip to content

Commit

Permalink
node 11.12.0
Browse files Browse the repository at this point in the history
Closes Homebrew#37947.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
diogoazevedos authored and fxcoudert committed Mar 19, 2019
1 parent 2c00728 commit 4792374
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.11.0/node-v11.11.0.tar.gz"
sha256 "8cbf2c62359901a5587fcc6699200495490751ce6fb31255c788ac6eb90a1107"
url "https://nodejs.org/dist/v11.12.0/node-v11.12.0.tar.gz"
sha256 "7d408dcd485f7193ab37e1f36d0a38676d5dbc9c91329c775e5afe6c687393b8"
head "https://github.com/nodejs/node.git"

bottle do
Expand Down

0 comments on commit 4792374

Please sign in to comment.