diff options
| author | Jacques Crocker | 2011-01-11 11:12:41 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-01-11 12:37:41 -0800 |
| commit | 4d115cf1aa2d86c492e34f7a2481ee79180d352a (patch) | |
| tree | 0d410d2eddf9d893bef1e4a294955a6a51ff59b1 /Library/Formula/coffee-script.rb | |
| parent | efd77109c32e8e12a3a693f664c0f5dd5d955981 (diff) | |
| download | homebrew-4d115cf1aa2d86c492e34f7a2481ee79180d352a.tar.bz2 | |
Upgrading coffee-script formula to 1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/coffee-script.rb')
| -rw-r--r-- | Library/Formula/coffee-script.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index b4eec1f0c..a872617b4 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/0.9.4' + url 'https://github.com/jashkenas/coffee-script/tarball/1.0.0' head 'git://github.com/jashkenas/coffee-script.git' homepage 'http://jashkenas.github.com/coffee-script/' - md5 'f347530b270ec57688d5e614be90cfb9' + md5 'cce9d12ed9dea7ce820836b420a41a59' # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove |
