Update node.js to 0.1.33
This commit is contained in:
parent
245ef26f2c
commit
14321ffb47
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Node <Formula
|
||||
url 'http://nodejs.org/dist/node-v0.1.32.tar.gz'
|
||||
url 'http://nodejs.org/dist/node-v0.1.33.tar.gz'
|
||||
head 'git://github.com/ry/node.git'
|
||||
homepage 'http://nodejs.org/'
|
||||
md5 '54f8118c3352d67bf0378941deb82be7'
|
||||
md5 'd34173ead6119b9a593176a9c7522cea'
|
||||
|
||||
aka 'node.js'
|
||||
|
||||
|
|
Loading…
Reference in a new issue