We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666dadd + a0ba82f commit 9525520Copy full SHA for 9525520
lib/ruby_wasm/build/product/zlib.rb
@@ -4,7 +4,7 @@ module RubyWasm
4
class ZlibProduct < AutoconfProduct
5
attr_reader :target
6
7
- ZLIB_VERSION = "1.3"
+ ZLIB_VERSION = "1.3.1"
8
9
def initialize(build_dir, target, toolchain)
10
@build_dir = build_dir
@@ -46,7 +46,7 @@ def build(executor)
46
"-o",
47
tarball_path,
48
"-L",
49
- "https://zlib.net/zlib-#{ZLIB_VERSION}.tar.gz"
+ "https://github.com/madler/zlib/releases/download/v#{ZLIB_VERSION}/zlib-#{ZLIB_VERSION}.tar.gz"
50
executor.system "tar",
51
"xzf",
52
0 commit comments