diff options
| author | Adam Vandenberg | 2012-08-26 22:24:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-26 22:24:27 -0700 |
| commit | 6d35d19d81d9d66c0cb411a191c72348d7a556e0 (patch) | |
| tree | 1f1e34799da94b42c8fb81a689dabb1293dfd712 /Library | |
| parent | 0b2fb780e296bd52ce64ef002b2304f07a6c56c6 (diff) | |
| download | homebrew-6d35d19d81d9d66c0cb411a191c72348d7a556e0.tar.bz2 | |
mldonkey: fix missing sha1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mldonkey.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mldonkey.rb b/Library/Formula/mldonkey.rb index 0291a6f8e..8a655e71e 100644 --- a/Library/Formula/mldonkey.rb +++ b/Library/Formula/mldonkey.rb @@ -3,7 +3,7 @@ require 'formula' class Mldonkey < Formula homepage 'http://mldonkey.sourceforge.net/Main_Page' url 'http://downloads.sourceforge.net/project/mldonkey/mldonkey/3.1.3/mldonkey-3.1.3.tar.bz2' - sha1 '' + sha1 '424386f277e84df55a2cbab213fae60787e42c8b' option "with-x", "Build mldonkey with X11 support" |
