exim: fix URL for 4.85
Closes Homebrew/homebrew#42486. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
88e2944aca
commit
63a73e34eb
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ require "formula"
|
||||||
class Exim < Formula
|
class Exim < Formula
|
||||||
desc "Complete replacement for sendmail"
|
desc "Complete replacement for sendmail"
|
||||||
homepage "http://exim.org"
|
homepage "http://exim.org"
|
||||||
url "http://ftp.exim.org/pub/exim/exim4/exim-4.85.tar.bz2"
|
url "http://ftp.exim.org/pub/exim/exim4/old/exim-4.85.tar.bz2"
|
||||||
mirror "http://www.mirrorservice.org/sites/ftp.exim.org/pub/exim/exim4/exim-4.85.tar.bz2"
|
mirror "https://www.mirrorservice.org/sites/ftp.exim.org/pub/exim/exim4/old/exim-4.85.tar.bz2"
|
||||||
sha1 "6b40d5a6ae59f86b4780ad50aaf0d930330d7b67"
|
sha256 "13211f2bbc5400d095a9b4be075eb1347e0d98676fdfe4be8a3b4d56281daaa4"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
revision 1
|
revision 1
|
||||||
|
|
Loading…
Reference in a new issue