aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPeter Aronoff2011-03-01 19:58:55 -0500
committerAdam Vandenberg2011-03-01 19:45:08 -0800
commit64b46749c0186a750e78f3ec16ce0d8fe4ad840d (patch)
treeb5567a952fdcad5483a6cf878bee62325e7af7ad /Library/Formula
parent3658323443d29da0d586bca74eb1c70ab8422847 (diff)
downloadhomebrew-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.rb2
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}",