diff options
| author | Brett Koonce | 2012-12-31 22:49:29 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-01 10:31:50 -0800 | 
| commit | 30f0fb1de045bda5f6ec3b08683850ccebf263ae (patch) | |
| tree | b08973484329f26b378cffefddeadba6e36b699f | |
| parent | 2e4a37ff2eae7fdc919268b11e948396a614cd4f (diff) | |
| download | homebrew-30f0fb1de045bda5f6ec3b08683850ccebf263ae.tar.bz2 | |
gnu-typist 2.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/gnu-typist.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnu-typist.rb b/Library/Formula/gnu-typist.rb index 578a332ae..fdbf4cabb 100644 --- a/Library/Formula/gnu-typist.rb +++ b/Library/Formula/gnu-typist.rb @@ -2,9 +2,9 @@ require 'formula'  class GnuTypist < Formula    homepage 'http://www.gnu.org/software/gtypist/' -  url 'http://ftpmirror.gnu.org/gtypist/gtypist-2.9.1.tar.gz' -  mirror 'http://ftp.gnu.org/gnu/gtypist/gtypist-2.9.1.tar.gz' -  sha256 'a5885654aab74027999a67a9bbd7c3b6823479f89a6f1439244bf9c5536fb67d' +  url 'http://ftpmirror.gnu.org/gtypist/gtypist-2.9.2.tar.gz' +  mirror 'http://ftp.gnu.org/gnu/gtypist/gtypist-2.9.2.tar.gz' +  sha256 'f5e33744d78b3d6f6e793d0bac6d344a828949ef6dbc1fc4846891af6abd96d3'    depends_on 'gettext'  | 
