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>
This commit is contained in:
parent
fba184be6f
commit
569ee0f455
1 changed files with 2 additions and 2 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue