diff options
| author | Andrew Nesbitt | 2011-06-24 21:32:03 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-25 09:29:19 -0700 |
| commit | 68c1e83ec1058ce10ce5eb2d229a43ef92b41b30 (patch) | |
| tree | 59d4ceae27c1c134630aff27730efaacf6c3e632 /Library | |
| parent | caca2a4e7fb511388100708083b57d108b8b1f43 (diff) | |
| download | homebrew-68c1e83ec1058ce10ce5eb2d229a43ef92b41b30.tar.bz2 | |
Coffee-script 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 cc9b92f89..c4486b393 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.0' + url 'https://github.com/jashkenas/coffee-script/tarball/1.1.1' head 'https://github.com/jashkenas/coffee-script.git' homepage 'http://jashkenas.github.com/coffee-script/' - md5 'b5949db25b62eed9d8ba4f60a78619d4' + md5 '9218a47356c0da6713a05162a2e10295' # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove |
