Skip to content

Commit

Permalink
bump dependency versions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgauth committed Sep 16, 2024
1 parent 2c13cbc commit 809c7be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions windows/ms_const.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# license that can be found in the LICENSE file.

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

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

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

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

0 comments on commit 809c7be

Please sign in to comment.