Skip to content

Commit

Permalink
coffee-script 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
tricknotes authored and adamv committed Aug 11, 2011
1 parent 666cfa4 commit 58dbd84
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Library/Formula/coffee-script.rb
@@ -1,10 +1,10 @@
require 'formula'

class CoffeeScript < Formula
url 'https://github.com/jashkenas/coffee-script/tarball/1.1.1'
url 'https://github.com/jashkenas/coffee-script/tarball/1.1.2'
head 'https://github.com/jashkenas/coffee-script.git'
homepage 'http://jashkenas.github.com/coffee-script/'
md5 '9218a47356c0da6713a05162a2e10295'
md5 '9331fad15cc7fc9f5f258bbb81cd135a'

# head coffee-script usually depends on head node and
# since there isn't a way to specify that just remove
Expand All @@ -21,8 +21,7 @@ def caveats; <<-EOS.undent
This has the advantage of supporting multiple versions (of any Node libs)
at the same time.
Since coffee-script syntax changed pretty drastically between 0.7.2 and
0.9.x, you may want to install it via npm instead.
You may want to install coffee-script via npm.
This formula may be retired from a future version of Homebrew.
EOS
Expand Down

0 comments on commit 58dbd84

Please sign in to comment.