Skip to content

Commit

Permalink
Update zlib to 1.2.12
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
  • Loading branch information
pcolberg committed Mar 29, 2022
1 parent 6e19e0c commit 18af0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_zlib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Param(
[Parameter(Mandatory)]$installdir,
$version="1.2.11",
$version="1.2.12",
$builddir="zlib-$version",
$archive="zlib-$version.tar.gz",
$archive_url="https://zlib.net/fossils/$archive",
Expand Down

0 comments on commit 18af0f9

Please # to comment.