aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorMartin Kühl2010-07-03 11:04:47 +0200
committerAdam Vandenberg2010-07-03 09:26:19 -0700
commitb9e1794b04b5192e0936da126ccd6b0d5a8efd5b (patch)
tree71f78a5be281253a4da50b790ddb00c895c1a40b /Library/Formula/node.rb
parentc073e246baf7916263a547076109565f49f1c8d6 (diff)
downloadhomebrew-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.rb6
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