emacs: replace ftp protocol with http in devel url

Closes Homebrew/homebrew#49174.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
Viktor Szakats 2016-02-15 03:05:26 +01:00 committed by Alex Dunn
parent e32e9b8071
commit d0c2a399e9

View file

@ -13,7 +13,7 @@ class Emacs < Formula
end
devel do
url "ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.0.91.tar.xz"
url "http://alpha.gnu.org/gnu/emacs/pretest/emacs-25.0.91.tar.xz"
sha256 "d77ebd310dd8c978e15f29af33186646989534ae483aa8acafe6963244930193"
depends_on "autoconf" => :build
depends_on "automake" => :build