zile 2.4.8
Closes Homebrew/homebrew#13677. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
fdbfbe3192
commit
841d981c26
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Zile < Formula
|
||||
homepage 'http://www.gnu.org/software/zile/'
|
||||
url 'http://ftpmirror.gnu.org/zile/zile-2.4.7.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/zile/zile-2.4.7.tar.gz'
|
||||
sha1 '30c47a399b94b5dce68a178fe98807f86719a466'
|
||||
url 'http://ftpmirror.gnu.org/zile/zile-2.4.8.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/zile/zile-2.4.8.tar.gz'
|
||||
sha1 '763224367472deecf71fb10d61806706a481fd48'
|
||||
|
||||
depends_on 'bdw-gc'
|
||||
depends_on 'gettext'
|
||||
|
|
Loading…
Reference in a new issue