Skip to content

Commit 9525520

Browse files
Merge pull request #370 from ruby/katei/update-zlib
Update zlib to 1.3.1
2 parents 666dadd + a0ba82f commit 9525520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ruby_wasm/build/product/zlib.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RubyWasm
44
class ZlibProduct < AutoconfProduct
55
attr_reader :target
66

7-
ZLIB_VERSION = "1.3"
7+
ZLIB_VERSION = "1.3.1"
88

99
def initialize(build_dir, target, toolchain)
1010
@build_dir = build_dir
@@ -46,7 +46,7 @@ def build(executor)
4646
"-o",
4747
tarball_path,
4848
"-L",
49-
"https://zlib.net/zlib-#{ZLIB_VERSION}.tar.gz"
49+
"https://github.com/madler/zlib/releases/download/v#{ZLIB_VERSION}/zlib-#{ZLIB_VERSION}.tar.gz"
5050
executor.system "tar",
5151
"xzf",
5252
tarball_path,

0 commit comments

Comments
 (0)