aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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