We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574f5e5 commit 9af5679Copy full SHA for 9af5679
windows/ms_const.ps1
@@ -9,7 +9,7 @@ New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/Libr
9
# libcbor coordinates.
10
New-Variable -Name 'LIBCBOR' -Value 'libcbor' -Option Constant
11
New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.8.0-cg' -Option Constant
12
-New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/vthiebaut10/libcbor' `
+New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/PowerShell/libcbor' `
13
-Option Constant
14
15
# zlib coordinates.
0 commit comments