diff options
| author | Adam Vandenberg | 2012-11-14 14:49:49 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-14 14:49:49 -0800 |
| commit | 0e1580e090f33567e6c3b24456363684fa6fad0e (patch) | |
| tree | 5fdbbf846d6a3a3900fc6cbe01802247d62061fc /Library | |
| parent | 2d0140cd6dd6903ba2f7bc0460d933d346b16da9 (diff) | |
| download | homebrew-0e1580e090f33567e6c3b24456363684fa6fad0e.tar.bz2 | |
ispell: use debian mirror
Closes #16066.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ispell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ispell.rb b/Library/Formula/ispell.rb index c7b00ed21..4fa447c94 100644 --- a/Library/Formula/ispell.rb +++ b/Library/Formula/ispell.rb @@ -2,7 +2,7 @@ require 'formula' class Ispell < Formula homepage 'http://lasr.cs.ucla.edu/geoff/ispell.html' - url 'http://www.lasr.cs.ucla.edu/geoff/tars/ispell-3.3.02.tar.gz' + url 'http://ftp.de.debian.org/debian/pool/main/i/ispell/ispell_3.3.02.orig.tar.gz' sha1 'c0d98e1af3afb8e0b642717c03439ff8881e3d60' def install |
