diff options
Diffstat (limited to 'Library')
| -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' |
