aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 f8ee8a59f..a9eeb555c 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.5'
+ url 'http://github.com/Orc/discount/tarball/v1.6.6'
homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/'
- md5 '85824f81b67649fb466fa469da5b5262'
+ md5 'c05cb804bdf5013aea2e816e5d2233d7'
def install
system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}", "--enable-dl-tag", "--enable-pandoc-header", "--enable-superscript", "--relaxed-emphasis", "--enable-div", "--enable-alpha-list"