aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ascii.rb
diff options
context:
space:
mode:
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