diff options
| author | Adam Vandenberg | 2010-05-19 07:06:00 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-19 07:06:00 -0700 |
| commit | fe6f3282cb06930614d7f873ee1a55620eb26125 (patch) | |
| tree | d9b342eb0aa51a7bf0244d593e4d958ede3968fe /Library/Formula | |
| parent | ee9ecec3c7691c9666242774d81aad5140f97fe6 (diff) | |
| download | homebrew-fe6f3282cb06930614d7f873ee1a55620eb26125.tar.bz2 | |
coffee-script 0.6.2
Diffstat (limited to 'Library/Formula')
| -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 14d59fa8a..5293ae263 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.1" + 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 '07abd7e549d9c1bf4f3ded776cc19b9e' + md5 'c5a148d7ea5ef8e1b2bb8e6231559331' # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove |
