aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPeter Aronoff2010-06-19 20:57:45 -0400
committerAdam Vandenberg2010-06-20 09:37:06 -0700
commit579fa749a6c0e0192e2e70167a89d39c9d63e3f2 (patch)
treecbd8dd31868faaf0b01f79ed86704f0c9b1aa75e /Library/Formula
parent691688b523d3ca01badf3a4dee48b8331996bea5 (diff)
downloadhomebrew-579fa749a6c0e0192e2e70167a89d39c9d63e3f2.tar.bz2
Update Discount to 1.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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"