Commit 809c7be 1 parent 2c13cbc commit 809c7be Copy full SHA for 809c7be
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# license that can be found in the LICENSE file.
4
4
5
5
# 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
8
8
New-Variable - Name ' CRYPTO_LIBRARIES' - Value ' crypto-50' - Option Constant
9
9
10
10
# libcbor coordinates.
@@ -15,8 +15,8 @@ New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/PowerShell/libcbor'
15
15
16
16
# zlib coordinates.
17
17
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
20
20
21
21
# Work directories.
22
22
New-Variable - Name ' BUILD' - Value " $PSScriptRoot \..\build" - Option Constant
You can’t perform that action at this time.
0 commit comments