diff options
| author | Aria Stewart | 2012-12-28 23:50:32 -0500 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-12-28 21:07:41 -0800 |
| commit | cdcb1e8bf92c746be6a5404ea4a5fb006d62f16d (patch) | |
| tree | 8006c0da4171c8a43483186108b5b7e8685501fe /Library/Formula/node.rb | |
| parent | b14a896325a6be555462f11f12466cbdf2959e43 (diff) | |
| download | homebrew-cdcb1e8bf92c746be6a5404ea4a5fb006d62f16d.tar.bz2 | |
node: Track 0.9.x releses as devel
Closes #16784.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 924753c9b..7ed2389bf 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -46,6 +46,10 @@ class Node < Formula homepage 'http://nodejs.org/' url 'http://nodejs.org/dist/v0.8.16/node-v0.8.16.tar.gz' sha1 '6479366bfbc2b4392f7f496dec55b5ab719308c0' + devel do + url 'http://nodejs.org/dist/v0.9.4/node-v0.9.4.tar.gz' + sha1 '30b3f8dee0b2ace3d83c200eeffc6f450d3b4366' + end head 'https://github.com/joyent/node.git' |
