diff options
| author | Martin Kühl | 2010-07-03 11:04:47 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-03 09:26:19 -0700 | 
| commit | b9e1794b04b5192e0936da126ccd6b0d5a8efd5b (patch) | |
| tree | 71f78a5be281253a4da50b790ddb00c895c1a40b /Library/Formula/node.rb | |
| parent | c073e246baf7916263a547076109565f49f1c8d6 (diff) | |
| download | homebrew-b9e1794b04b5192e0936da126ccd6b0d5a8efd5b.tar.bz2 | |
Updated formula: node 0.1.100
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index df3be4e97..637be0659 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,13 +1,13 @@  require 'formula'  class Node <Formula -  url 'http://nodejs.org/dist/node-v0.1.99.tar.gz' +  url 'http://nodejs.org/dist/node-v0.1.100.tar.gz'    head 'git://github.com/ry/node.git'    homepage 'http://nodejs.org/' -  md5 '641059d904fd87c29f16a31be862cabb' +  md5 'f8567739b71d05b8edcae1916d7e80cb'    aka 'node.js' -   +    def skip_clean? path      # TODO: at some point someone should tweak this so it only skips clean      # for the bits that break the build otherwise  | 
