Skip to content

Commit 3e90701

Browse files
authored
bump to libressl 3.7.2 (#12)
1 parent d34dc63 commit 3e90701

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.6.2' -Option Constant
7-
New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.6.2.0/LibreSSL.zip' -Option Constant
6+
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.2' -Option Constant
7+
New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.7.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)