diff options
| author | Shawn Jonnet | 2012-06-21 22:25:07 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-21 19:48:13 -0700 |
| commit | ed3b678bbdbec68d3cd76f44f61c1fa5e7e4f18d (patch) | |
| tree | d26ec1a7f5f67aa8953dd9022e3a639ab9799405 /Library/Formula | |
| parent | 9c7885b6cd03dd7b36aab329a27f0d2bc3accb7b (diff) | |
| download | homebrew-ed3b678bbdbec68d3cd76f44f61c1fa5e7e4f18d.tar.bz2 | |
Node devel 0.7.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 0669f913a..49f83cfbf 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -8,8 +8,8 @@ class Node < Formula head 'https://github.com/joyent/node.git' devel do - url 'http://nodejs.org/dist/v0.7.11/node-v0.7.11.tar.gz' - sha1 '8edf853bfe327efab55009ac75b6344e17da890e' + url 'http://nodejs.org/dist/v0.7.11/node-v0.7.12.tar.gz' + sha1 '036ab6662287901db9d85df93a5d2a25' end # Leopard OpenSSL is not new enough, so use our keg-only one |
