Skip to content

Commit eff31ba

Browse files
committed
Update zlib to 1.2.12
Signed-off-by: Peter Colberg <[email protected]>
1 parent deb6b48 commit eff31ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install_zlib.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
Param(
88
[Parameter(Mandatory)]$installdir,
9-
$version="1.2.11",
9+
$version="1.2.12",
1010
$builddir="zlib-$version",
1111
$archive="zlib-$version.tar.gz",
1212
$archive_url="https://zlib.net/fossils/$archive",
13-
$sha256="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1"
13+
$sha256="91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9"
1414
)
1515

1616
$ErrorActionPreference = "Stop"

0 commit comments

Comments
 (0)