aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJoshua Peek2010-07-12 17:56:57 -0500
committerAdam Vandenberg2010-07-12 16:16:50 -0700
commit9eae8d613c08e32efd9b1cabfcc1b5b0d7052daf (patch)
treeb646c8d888a6e9fc5124cf379df1cce183caa54d /Library/Formula
parent7136978c0a06eaa7160c818e95922b89ce7f8f95 (diff)
downloadhomebrew-9eae8d613c08e32efd9b1cabfcc1b5b0d7052daf.tar.bz2
update coffee-script to 0.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/coffee-script.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb
index d445b3764..51076f3ec 100644
--- a/Library/Formula/coffee-script.rb
+++ b/Library/Formula/coffee-script.rb
@@ -1,10 +1,10 @@
require 'formula'
class CoffeeScript <Formula
- url 'http://github.com/jashkenas/coffee-script/tarball/0.7.0'
+ url 'http://github.com/jashkenas/coffee-script/tarball/0.7.2'
head 'git://github.com/jashkenas/coffee-script.git'
homepage 'http://jashkenas.github.com/coffee-script/'
- md5 'e2164dd80b70bd335118a8fa1a3ce1f4'
+ md5 'cfccf25272d329bc78349771b18fe4e0'
# head coffee-script usually depends on head node and
# since there isn't a way to specify that just remove
@@ -24,6 +24,6 @@ class CoffeeScript <Formula
def install
bin.mkpath
- system "./bin/cake", "install", "--prefix", prefix
+ system "./bin/cake", "--prefix", prefix, "install"
end
end