aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-20 22:38:52 -0800
committerMax Howell2009-12-12 16:24:16 +0000
commitd6f974c5d3401f7e6f227ac9c18450a661e893db (patch)
tree1c83aedc45907e589908d89b50c627de26c83c93 /Library
parentfa219a2036a8e9a3484559af07abd02d150b7e1d (diff)
downloadhomebrew-d6f974c5d3401f7e6f227ac9c18450a661e893db.tar.bz2
Update AsciiDoc to 8.5.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/asciidoc.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/asciidoc.rb b/Library/Formula/asciidoc.rb
index 6706748b4..1a3898231 100644
--- a/Library/Formula/asciidoc.rb
+++ b/Library/Formula/asciidoc.rb
@@ -1,12 +1,12 @@
require 'formula'
class Asciidoc <Formula
- @url='http://downloads.sourceforge.net/project/asciidoc/asciidoc/8.4.5/asciidoc-8.4.5.tar.gz'
- @md5='9f21d6e352b3ab668f9def3eb7497da2'
- @homepage='http://www.methods.co.nz/asciidoc'
+ url 'http://downloads.sourceforge.net/project/asciidoc/asciidoc/8.5.1/asciidoc-8.5.1.tar.gz'
+ md5 '412fb0c86c3dcb4cc159ef63bd274c90'
+ homepage 'http://www.methods.co.nz/asciidoc'
def install
- system "./configure --disable-debug --prefix='#{prefix}'"
+ system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make install"
end
-end \ No newline at end of file
+end