Navigation Menu

Skip to content

Commit

Permalink
windows: use zlib.net
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 26, 2018
1 parent 881f2e0 commit 3bda0b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/windows/Rakefile
Expand Up @@ -98,10 +98,7 @@ namespace :build do
mkdir_p(tmp_dir)
zlib_version = "1.2.11"
zlib_base = "zlib-#{zlib_version}"
zlib_tar_gz_url_base =
"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_url = "http://zlib.net/#{zlib_base}.tar.gz"
zlib_tar_gz = download(zlib_tar_gz_url, download_dir)
cp(zlib_tar_gz, source_dir)
Dir.chdir(tmp_dir) do
Expand Down

0 comments on commit 3bda0b6

Please sign in to comment.