aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-26 22:24:27 -0700
committerAdam Vandenberg2012-08-26 22:24:27 -0700
commit6d35d19d81d9d66c0cb411a191c72348d7a556e0 (patch)
tree1f1e34799da94b42c8fb81a689dabb1293dfd712 /Library
parent0b2fb780e296bd52ce64ef002b2304f07a6c56c6 (diff)
downloadhomebrew-6d35d19d81d9d66c0cb411a191c72348d7a556e0.tar.bz2
mldonkey: fix missing sha1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mldonkey.rb2
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"