diff options
| author | Ryunosuke SATO | 2011-08-11 17:56:20 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-11 08:12:18 -0700 |
| commit | 58dbd84aeb54aef8a8474a67d7ebb09b53a19b61 (patch) | |
| tree | b46d98e0fe6156d96774943c01b83ff8154fa928 /Library/Formula/coffee-script.rb | |
| parent | 666cfa4482ae543961e94db7b41fad7201c7a933 (diff) | |
| download | homebrew-58dbd84aeb54aef8a8474a67d7ebb09b53a19b61.tar.bz2 | |
coffee-script 1.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/coffee-script.rb')
| -rw-r--r-- | Library/Formula/coffee-script.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index c4486b393..cb013d3ad 100644 --- a/Library/Formula/coffee-script.rb +++ b/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 @@ -21,8 +21,7 @@ class CoffeeScript < Formula 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 |
