diff options
| author | Adam Vandenberg | 2010-04-26 08:44:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-26 08:44:15 -0700 |
| commit | b7b6aaf624a800dde5a21abf447e212074b45ce7 (patch) | |
| tree | 5a13b658809ad80f32b03de4560b22c5ac6d3b97 /Library/Formula | |
| parent | 5db925453d7098250bfa3d16057c4d5ed5ce876c (diff) | |
| download | homebrew-b7b6aaf624a800dde5a21abf447e212074b45ce7.tar.bz2 | |
Fix md5 for coffee-script.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/coffee-script.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index b0e55cac7..14d59fa8a 100644 --- a/Library/Formula/coffee-script.rb +++ b/Library/Formula/coffee-script.rb @@ -4,7 +4,7 @@ class CoffeeScript <Formula url "http://github.com/jashkenas/coffee-script/tarball/0.6.1" head "git://github.com/jashkenas/coffee-script.git" homepage "http://jashkenas.github.com/coffee-script/" - md5 '51908902682375ff21c8953858fa7978' + md5 '07abd7e549d9c1bf4f3ded776cc19b9e' # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove |
