aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ascii.rb
diff options
context:
space:
mode:
authornibbles 2bits2012-07-01 14:57:40 -0700
committerAdam Vandenberg2012-07-01 20:17:51 -0700
commit4ed5d60a167ead787e6042e1139d996c1b48f8d3 (patch)
treecffe685e95c1c6df5f9585563c8db4bfcba4962c /Library/Formula/ascii.rb
parentbf16b90eb9044a2e7023798e882d3e860b68f0c1 (diff)
downloadhomebrew-4ed5d60a167ead787e6042e1139d996c1b48f8d3.tar.bz2
ascii 3.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ascii.rb')
-rw-r--r--Library/Formula/ascii.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ascii.rb b/Library/Formula/ascii.rb
index f584010a0..1e9e74f0f 100644
--- a/Library/Formula/ascii.rb
+++ b/Library/Formula/ascii.rb
@@ -1,12 +1,13 @@
require 'formula'
class Ascii < Formula
- url 'http://www.catb.org/~esr/ascii/ascii-3.10.tar.gz'
homepage 'http://www.catb.org/~esr/ascii/'
- md5 '9dcae3ab8b097efd16a24c5d20e0044e'
+ url 'http://www.catb.org/~esr/ascii/ascii-3.11.tar.gz'
+ sha1 '8d033809d14fec814fc9a5818420718043a49e7b'
def install
system "make"
bin.install "ascii"
+ man1.install 'ascii.1'
end
end