aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Aronoff2011-01-27 07:56:58 -0500
committerAdam Vandenberg2011-01-27 10:26:05 -0800
commit93ca4f0f99f9bbd0b2f211580b2ed5d1e72e690f (patch)
tree0bb6d9daa5dbb86e9f1b4cc0cb2c4fa94f6f16e8 /Library
parentf8c1575ce703a818b7f2241773c804e02c6d509d (diff)
downloadhomebrew-93ca4f0f99f9bbd0b2f211580b2ed5d1e72e690f.tar.bz2
Update discount to 2.0.5
Another small update. For details, see the home page: http://www.pell.portland.or.us/~orc/Code/discount/ Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 bfe1d4ec8..4cb01dc9a 100644
--- a/Library/Formula/discount.rb
+++ b/Library/Formula/discount.rb
@@ -1,9 +1,9 @@
require 'formula'
class Discount <Formula
- url 'https://github.com/Orc/discount/tarball/v2.0.4'
+ url 'https://github.com/Orc/discount/tarball/v2.0.5'
homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/'
- md5 'a6f8ddefaecd1f88f522fc4e7da7efdb'
+ md5 'd3e167363a78a35d85f05a9072074c93'
def install
system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}",