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:
parent
e32e9b8071
commit
d0c2a399e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue