diff options
| author | Josh Toft | 2011-04-13 15:10:24 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-13 15:28:04 -0700 |
| commit | dfe9abe7172bd06cca631c172b7b80e02aa2eb2c (patch) | |
| tree | 33a6bd2c904365a70acc4a2a00dfe2e31952b157 /Library | |
| parent | f578f60a93ed273d352f8a2806cbca4462433f98 (diff) | |
| download | homebrew-dfe9abe7172bd06cca631c172b7b80e02aa2eb2c.tar.bz2 | |
coffee-script 1.0.1
* Fixes repl
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 cd5b5d973..054d7f7bb 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.0' + url 'https://github.com/jashkenas/coffee-script/tarball/1.0.1' head 'git://github.com/jashkenas/coffee-script.git' homepage 'http://jashkenas.github.com/coffee-script/' - md5 'cce9d12ed9dea7ce820836b420a41a59' + md5 '653f5eecedf84cc8293a80f90b53247f' # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove |
