From 9f0ac390e2af1603c970feca42acecddade7f8cf Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 5 Dec 2017 08:58:27 +0000 Subject: [PATCH] brew-aspell-dictionaries: reverse url/mirror. --- cmd/brew-aspell-dictionaries.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/brew-aspell-dictionaries.rb b/cmd/brew-aspell-dictionaries.rb index 4c030a351f7..41fc03526df 100755 --- a/cmd/brew-aspell-dictionaries.rb +++ b/cmd/brew-aspell-dictionaries.rb @@ -5,8 +5,9 @@ require "open-uri" require "resource" require "formula" -dict_url = "https://ftpmirror.gnu.org/aspell/dict" -dict_mirror = "https://ftp.gnu.org/gnu/aspell/dict" +dict_url = "https://ftp.gnu.org/gnu/aspell/dict" +dict_mirror = "https://ftpmirror.gnu.org/aspell/dict" + languages = {} open("#{dict_url}/0index.html") do |content|