aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ascii.rb
diff options
context:
space:
mode:
authoryanniks2013-12-07 14:46:50 +0100
committerAdam Vandenberg2013-12-07 09:02:41 -0800
commit9841451e820ebfc054c522ee2a4c9aa05ed686f3 (patch)
treeec84457f412e2183d915f8097fd245f9fef2f982 /Library/Formula/ascii.rb
parentcc14801b72849f3169059e9ff6d1eada6328b8bf (diff)
downloadhomebrew-9841451e820ebfc054c522ee2a4c9aa05ed686f3.tar.bz2
ascii 3.14
Closes #25031. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ascii.rb')
-rw-r--r--Library/Formula/ascii.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ascii.rb b/Library/Formula/ascii.rb
index 2d7ad5459..00be79f70 100644
--- a/Library/Formula/ascii.rb
+++ b/Library/Formula/ascii.rb
@@ -2,8 +2,8 @@ require 'formula'
class Ascii < Formula
homepage 'http://www.catb.org/~esr/ascii/'
- url 'http://www.catb.org/~esr/ascii/ascii-3.12.tar.gz'
- sha1 'aaeeb96a5a39d76a41bddc4504fdb97180beca9b'
+ url 'http://www.catb.org/~esr/ascii/ascii-3.14.tar.gz'
+ sha1 'fd8281078c1b3d52d4080ced1855f4f540d5a501'
def install
system "make"