diff options
| author | Peter Aronoff | 2010-10-23 08:48:08 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-23 09:58:11 -0700 |
| commit | f772b0060c84dba49373eeeef400629ea3bbe1b4 (patch) | |
| tree | 5ca22057aae07bd1903dff2451b7f7154b63d9a4 /Library | |
| parent | 6cf7c80de5ac3652e79cc80a0f39d5fe1bb03498 (diff) | |
| download | homebrew-f772b0060c84dba49373eeeef400629ea3bbe1b4.tar.bz2 | |
Update discount to v2.0
Some of the configuration options have changed, but otherwise it's just a
version bump.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/discount.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb index 93865ae14..91e280452 100644 --- a/Library/Formula/discount.rb +++ b/Library/Formula/discount.rb @@ -1,15 +1,13 @@ require 'formula' class Discount <Formula - url 'http://github.com/Orc/discount/tarball/v1.6.8' + url 'http://github.com/Orc/discount/tarball/v2.0' homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/' - md5 '45f9784464e973885884ffb01bd3f7e8' + md5 'd911db94ba31a292940a80fdf0982302' def install system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}", - "--enable-dl-tag", "--enable-pandoc-header", - "--enable-superscript", "--relaxed-emphasis", - "--enable-div", "--enable-alpha-list" + "--enable-dl-tag", "--enable-all-features" bin.mkdir lib.mkdir include.mkdir |
