[Groonga-commit] pgroonga/pgroonga at 7612a41 [master] Use https

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 3 12:40:25 JST 2017


Kouhei Sutou	2017-07-03 12:40:25 +0900 (Mon, 03 Jul 2017)

  New Revision: 7612a4185adfd7ff0baa8deb15d533a4a49c62b5
  https://github.com/pgroonga/pgroonga/commit/7612a4185adfd7ff0baa8deb15d533a4a49c62b5

  Message:
    Use https

  Modified files:
    Rakefile

  Modified: Rakefile (+4 -4)
===================================================================
--- Rakefile    2017-07-03 12:36:21 +0900 (44c0801)
+++ Rakefile    2017-07-03 12:40:25 +0900 (fa86438)
@@ -105,12 +105,12 @@ file windows_archive_name => dist_files do
     groonga_archive_name = "#{groonga_base_name}.zip"
     sh("curl",
        "-O",
-       "http://packages.groonga.org/tmp/#{groonga_archive_name}")
+       "https://packages.groonga.org/tmp/#{groonga_archive_name}")
   else
     groonga_archive_name = "#{groonga_base_name}.zip"
     sh("curl",
        "-O",
-       "http://packages.groonga.org/source/groonga/#{groonga_archive_name}")
+       "https://packages.groonga.org/source/groonga/#{groonga_archive_name}")
   end
   rm_rf(groonga_base_name)
   sh("unzip", groonga_archive_name)
@@ -514,10 +514,10 @@ libmsgpack-dev
               "#{windows_pgroonga_source_name_base}.zip"
             if suffix
               windows_pgroonga_source_url_base =
-                "http://packages.groonga.org/tmp"
+                "https://packages.groonga.org/tmp"
             else
               windows_pgroonga_source_url_base =
-                "http://packages.groonga.org/source/#{package}"
+                "https://packages.groonga.org/source/#{package}"
             end
             windows_pgroonga_source_url =
               "#{windows_pgroonga_source_url_base}/#{windows_pgroonga_source_name}"
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index