discount 2.1.3
Closes Homebrew/homebrew#9665. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
95c48fb139
commit
b409b0e6ef
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.1.1.3'
|
||||
url 'https://github.com/Orc/discount/tarball/v2.1.3'
|
||||
homepage 'http://www.pell.portland.or.us/~orc/Code/discount/'
|
||||
md5 'd0bbf99e863e993a0c6861a4ac310a2e'
|
||||
md5 '0c6db0556506724dac050ec19ab625b5'
|
||||
|
||||
def install
|
||||
system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}",
|
||||
|
|
Loading…
Reference in a new issue