From 93ec7c3ae2bd73fd4598f153ae266c8146534593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Gyo=CC=88rffy?= Date: Thu, 2 Feb 2012 11:11:04 +0000 Subject: [PATCH] node: update devel to 0.7.2 Closes Homebrew/homebrew#9932. Signed-off-by: Jack Nagel --- Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/node.rb b/Formula/node.rb index 8c182b7129..30285c3add 100644 --- a/Formula/node.rb +++ b/Formula/node.rb @@ -7,8 +7,8 @@ class Node < Formula head 'https://github.com/joyent/node.git' devel do - url 'http://nodejs.org/dist/v0.7.1/node-v0.7.1.tar.gz' - md5 '9a30d1273505627c649a2a29c5aaee6a' + url 'http://nodejs.org/dist/v0.7.2/node-v0.7.2.tar.gz' + md5 '4fced93a0bbb9c38a8e6685b9d404c6c' end # Leopard OpenSSL is not new enough, so use our keg-only one