aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorImre Fazekas2015-02-02 22:38:01 +0100
committerMike McQuaid2015-02-03 08:21:26 +0000
commit8a0a93cfa1d926e5cf32ccead66a402f805d3480 (patch)
tree64c9db023c4796f100e459e42a25a2ca43939e8c /Library/Formula
parentfec5cf917b5b7558dfe5daec061c3f60cfc4a3ac (diff)
downloadhomebrew-8a0a93cfa1d926e5cf32ccead66a402f805d3480.tar.bz2
node 0.11.16 (devel)
Closes #36473. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 59181dc49..bba2e4ab0 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -11,8 +11,8 @@ class Node < Formula
end
devel do
- url "https://nodejs.org/dist/v0.11.15/node-v0.11.15.tar.gz"
- sha256 "e613d274baa4c99a0518038192491433f7877493a66d8505af263f6310991d01"
+ url "https://nodejs.org/dist/v0.11.16/node-v0.11.16.tar.gz"
+ sha256 "f0d141faa1f7da3aff53e9615d76040d29c0650542be3b09ee80aca2f2cc61f6"
depends_on "pkg-config" => :build
depends_on "icu4c" => :optional