diff options
| author | Peter Aronoff | 2011-03-01 19:58:55 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-01 19:45:08 -0800 |
| commit | 64b46749c0186a750e78f3ec16ce0d8fe4ad840d (patch) | |
| tree | b5567a952fdcad5483a6cf878bee62325e7af7ad /Library/Formula | |
| parent | 3658323443d29da0d586bca74eb1c70ab8422847 (diff) | |
| download | homebrew-64b46749c0186a750e78f3ec16ce0d8fe4ad840d.tar.bz2 | |
Fix incorrect md5 on new discount
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/discount.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb index 95a52b754..0406b9cea 100644 --- a/Library/Formula/discount.rb +++ b/Library/Formula/discount.rb @@ -3,7 +3,7 @@ require 'formula' class Discount <Formula url 'https://github.com/Orc/discount/tarball/v2.0.8' homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/' - md5 'e324e45c607bf2a2cdae13c76950aef6' + md5 '36b3abee3f3c7b370555f353b80857df' def install system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}", |
