diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/discount.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb index d12eaf6e1..320394fd0 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.9' - homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/' - md5 '3190e8f3d4a607537faa4ccc3d92ea6d' + url 'https://github.com/Orc/discount/tarball/v2.1.1.3' + homepage 'http://www.pell.portland.or.us/~orc/Code/discount/' + md5 'd0bbf99e863e993a0c6861a4ac310a2e' def install system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}", |
