Skip to content

Commit 52bb909

Browse files
authored
bump libressl version (#16)
1 parent e44e2d1 commit 52bb909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/ms_const.ps1

+2-2
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.7.3' -Option Constant
7-
New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.7.3.0/LibreSSL.zip' -Option Constant
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
88
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
99

1010
# libcbor coordinates.

0 commit comments

Comments
 (0)