diff options
| author | Peter Aronoff | 2011-03-01 19:20:56 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-01 16:34:32 -0800 |
| commit | 3658323443d29da0d586bca74eb1c70ab8422847 (patch) | |
| tree | db0f0611d540a1a6e2bb073e6d270728a4684a61 /Library | |
| parent | 6907fae1e112bcd129d17dea0ff6f41f71ba5ad7 (diff) | |
| download | homebrew-3658323443d29da0d586bca74eb1c70ab8422847.tar.bz2 | |
Update discount to v2.0.8
From the discount's homepage: "a small collection of patches, bugfixes, and
performance enhancements"
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/discount.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb index 42822436b..95a52b754 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.7' + url 'https://github.com/Orc/discount/tarball/v2.0.8' homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/' - md5 'fc8e18464abad30be8900b184c34f812' + md5 'e324e45c607bf2a2cdae13c76950aef6' def install system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}", |
