Skip to content

Commit

Permalink
Merge pull request ruby#370 from ruby/katei/update-zlib
Browse files Browse the repository at this point in the history
Update zlib to 1.3.1
  • Loading branch information
kateinoigakukun authored Jan 23, 2024
2 parents 666dadd + a0ba82f commit 9525520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ruby_wasm/build/product/zlib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RubyWasm
class ZlibProduct < AutoconfProduct
attr_reader :target

ZLIB_VERSION = "1.3"
ZLIB_VERSION = "1.3.1"

def initialize(build_dir, target, toolchain)
@build_dir = build_dir
Expand Down Expand Up @@ -46,7 +46,7 @@ def build(executor)
"-o",
tarball_path,
"-L",
"https://zlib.net/zlib-#{ZLIB_VERSION}.tar.gz"
"https://github.com/madler/zlib/releases/download/v#{ZLIB_VERSION}/zlib-#{ZLIB_VERSION}.tar.gz"
executor.system "tar",
"xzf",
tarball_path,
Expand Down

0 comments on commit 9525520

Please sign in to comment.