aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/discount.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb
index 4cb01dc9a..42822436b 100644
--- a/Library/Formula/discount.rb
+++ b/Library/Formula/discount.rb
@@ -1,13 +1,13 @@
require 'formula'
class Discount <Formula
- url 'https://github.com/Orc/discount/tarball/v2.0.5'
+ url 'https://github.com/Orc/discount/tarball/v2.0.7'
homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/'
- md5 'd3e167363a78a35d85f05a9072074c93'
+ md5 'fc8e18464abad30be8900b184c34f812'
def install
system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}",
- "--enable-dl-tag", "--enable-all-features"
+ "--with-dl=Both", "--enable-all-features"
bin.mkdir
lib.mkdir
include.mkdir