diff options
| author | Humza | 2011-05-01 13:50:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-01 14:34:17 -0700 |
| commit | 5c61f9db7b16acf48877a8992286d35e82bb1c85 (patch) | |
| tree | 16a563af66a8dd2d7a785c4aa85931c80ded3b0c | |
| parent | ed8950db73dcd0494ee8330a1544e8d6753c3eaa (diff) | |
| download | homebrew-5c61f9db7b16acf48877a8992286d35e82bb1c85.tar.bz2 | |
coffee-script 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 054d7f7bb..ed438e3d7 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.0.1' + url 'https://github.com/jashkenas/coffee-script/tarball/1.1.0' head 'git://github.com/jashkenas/coffee-script.git' homepage 'http://jashkenas.github.com/coffee-script/' - md5 '653f5eecedf84cc8293a80f90b53247f' + md5 'b5949db25b62eed9d8ba4f60a78619d4' # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove |
