Yasuhiro Horimoto 2019-05-10 13:54:04 +0900 (Fri, 10 May 2019) Revision: f4f2ec3175c07dba5a3f349f7a03e1b66505893d https://github.com/ranguba/rroonga/commit/f4f2ec3175c07dba5a3f349f7a03e1b66505893d Message: Use https Modified files: ext/groonga/extconf.rb Modified: ext/groonga/extconf.rb (+1 -1) =================================================================== --- ext/groonga/extconf.rb 2019-05-10 13:53:00 +0900 (f8ab3121) +++ ext/groonga/extconf.rb 2019-05-10 13:54:04 +0900 (1e5239d5) @@ -125,7 +125,7 @@ def extract_groonga_win32_binary architecture = "x86" end zip = "groonga-latest-#{architecture}.zip" - url = "http://packages.groonga.org/windows/groonga/#{zip}" + url = "https://packages.groonga.org/windows/groonga/#{zip}" install_dir = local_groonga_install_dir download(url) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190510/0ee42a2d/attachment-0001.html>