node --devel 0.9.5

Closes Homebrew/homebrew#16794.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Aria Stewart 2012-12-29 20:46:24 -05:00 committed by Adam Vandenberg
parent b0760bd312
commit 2963c48f31
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ class Node < Formula
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'
url 'http://nodejs.org/dist/v0.9.5/node-v0.9.5.tar.gz'
sha1 'a1f1322fcaa5535ae830f3242bcdd213388357cc'
end
head 'https://github.com/joyent/node.git'