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 deb6b48 commit eff31ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_zlib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

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",
$sha256="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1"
$sha256="91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9"
)

$ErrorActionPreference = "Stop"
Expand Down

0 comments on commit eff31ba

Please # to comment.