[Groonga-commit] groonga/groonga at 680580b [master] package windows: use the latest zlib

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 19 07:27:56 JST 2017


Kouhei Sutou	2017-01-19 07:27:56 +0900 (Thu, 19 Jan 2017)

  New Revision: 680580b94cd0919d693ea1fa0f1cfff65a374ed5
  https://github.com/groonga/groonga/commit/680580b94cd0919d693ea1fa0f1cfff65a374ed5

  Message:
    package windows: use the latest zlib

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+2 -2)
===================================================================
--- packages/windows/Rakefile    2017-01-19 07:27:43 +0900 (2b7fbb3)
+++ packages/windows/Rakefile    2017-01-19 07:27:56 +0900 (5c2ad8f)
@@ -89,10 +89,10 @@ namespace :build do
     tmp_dir = base_tmp_dir + "zlib"
     rm_rf(tmp_dir)
     mkdir_p(tmp_dir)
-    zlib_version = "1.2.8"
+    zlib_version = "1.2.11"
     zlib_base = "zlib-#{zlib_version}"
     zlib_tar_gz_url_base =
-      "http://downloads.sourceforge.net/project/libpng/zlib"
+      "https://downloads.sourceforge.net/project/libpng/zlib"
     zlib_tar_gz_url =
       "#{zlib_tar_gz_url_base}/#{zlib_version}/#{zlib_base}.tar.gz"
     zlib_tar_gz = download(zlib_tar_gz_url, download_dir)
-------------- next part --------------
HTML����������������������������...
Download 



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