diff options
| author | Adam Vandenberg | 2012-06-21 22:53:44 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-21 22:53:44 -0700 |
| commit | 83988e4b57f0eb90ff0fe09eb238f7748d927c63 (patch) | |
| tree | 21f5774e885f1972ce23c9c1ee20bea11c357293 /Library | |
| parent | 3293f97435394dc4aab5cd139fcb90ef1e4bc3db (diff) | |
| download | homebrew-83988e4b57f0eb90ff0fe09eb238f7748d927c63.tar.bz2 | |
node: fix devel
Diffstat (limited to 'Library')
| -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 49f83cfbf..52dc4f013 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.12.tar.gz' - sha1 '036ab6662287901db9d85df93a5d2a25' + url 'http://nodejs.org/dist/v0.7.12/node-v0.7.12.tar.gz' + sha1 'cb570abacbf4eb7e23c3d2620d00dd3080d9c19d' end # Leopard OpenSSL is not new enough, so use our keg-only one |
