aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/discount.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb
index 694c31a6c..f8ee8a59f 100644
--- a/Library/Formula/discount.rb
+++ b/Library/Formula/discount.rb
@@ -1,9 +1,9 @@
require 'formula'
class Discount <Formula
- url 'http://github.com/Orc/discount/tarball/v1.6.4'
+ url 'http://github.com/Orc/discount/tarball/v1.6.5'
homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/'
- md5 '0eef27192e92d586cd1428f501fc6d5a'
+ md5 '85824f81b67649fb466fa469da5b5262'
def install
system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}", "--enable-dl-tag", "--enable-pandoc-header", "--enable-superscript", "--relaxed-emphasis", "--enable-div", "--enable-alpha-list"