diff options
| author | Max Howell | 2009-10-14 13:15:21 +0100 |
|---|---|---|
| committer | Max Howell | 2009-10-15 16:40:07 +0100 |
| commit | 19d9d18357150af66c344e77af5b23e48b045721 (patch) | |
| tree | 1be8a153f29ef12735bbcd32c2c36bb3a7312316 | |
| parent | 14325ddae150d0e191fc3ccae0ba7beb0d175970 (diff) | |
| download | homebrew-19d9d18357150af66c344e77af5b23e48b045721.tar.bz2 | |
Fixes #93
| -rw-r--r-- | Library/Formula/dmd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dmd.rb b/Library/Formula/dmd.rb index c0f332c0a..bc156b839 100644 --- a/Library/Formula/dmd.rb +++ b/Library/Formula/dmd.rb @@ -3,7 +3,7 @@ require 'brewkit' class Dmd <Formula @homepage='http://www.digitalmars.com/d/' @url='http://ftp.digitalmars.com/dmd.1.047.zip' - @md5='9ca82389e82e3f39185f999d7dda4617' + @md5='218c386c1d9363071b971614a988150d' def doc #use d and not dmd, rationale: meh |
