Skip to content

Commit 809c7be

Browse files
committed
bump dependency versions (#17)
1 parent 2c13cbc commit 809c7be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

windows/ms_const.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# license that can be found in the LICENSE file.
44

55
# LibreSSL coordinates.
6-
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.8.2' -Option Constant
7-
New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.8.2.0/LibreSSL.zip' -Option Constant
6+
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.2' -Option Constant
7+
New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.9.2.0/LibreSSL.zip' -Option Constant
88
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
99

1010
# libcbor coordinates.
@@ -15,8 +15,8 @@ New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/PowerShell/libcbor'
1515

1616
# zlib coordinates.
1717
New-Variable -Name 'ZLIB' -Value 'zlib' -Option Constant
18-
New-Variable -Name 'ZLIB_BRANCH' -Value 'v1.3' -Option Constant
19-
New-Variable -Name 'ZLIB_BIN_URL' -Value 'https://github.com/PowerShell/ZLib/releases/download/V1.3/ZLib.zip' -Option Constant
18+
New-Variable -Name 'ZLIB_BRANCH' -Value 'v1.3.1' -Option Constant
19+
New-Variable -Name 'ZLIB_BIN_URL' -Value 'https://github.com/PowerShell/ZLib/releases/download/V1.3.1/ZLib.zip' -Option Constant
2020

2121
# Work directories.
2222
New-Variable -Name 'BUILD' -Value "$PSScriptRoot\..\build" -Option Constant

0 commit comments

Comments
 (0)