diff options
| author | Robert Pitts | 2010-06-28 20:48:45 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-28 18:34:58 -0700 |
| commit | fa0167f7c684e62fbfe651457c3a91a803bd1f45 (patch) | |
| tree | 0d40f3a56833816903bed1485f09a1f62a02b75d /Library/Formula/coffee-script.rb | |
| parent | c6e77569ca64016efc701e7bb34c0ad7812e958f (diff) | |
| download | homebrew-fa0167f7c684e62fbfe651457c3a91a803bd1f45.tar.bz2 | |
Bump coffee-script to 0.7.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index 5293ae263..d445b3764 100644 --- a/Library/Formula/coffee-script.rb +++ b/Library/Formula/coffee-script.rb @@ -1,10 +1,10 @@ require 'formula' class CoffeeScript <Formula - url "http://github.com/jashkenas/coffee-script/tarball/0.6.2" - head "git://github.com/jashkenas/coffee-script.git" - homepage "http://jashkenas.github.com/coffee-script/" - md5 'c5a148d7ea5ef8e1b2bb8e6231559331' + url 'http://github.com/jashkenas/coffee-script/tarball/0.7.0' + head 'git://github.com/jashkenas/coffee-script.git' + homepage 'http://jashkenas.github.com/coffee-script/' + md5 'e2164dd80b70bd335118a8fa1a3ce1f4' # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove |
