mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
azure-ps: Update to version 9.2.0.36725
Fix checkver to use GitHub API as releases page no longer includes file names
This commit is contained in:
parent
3cbf3b36d4
commit
5b7c2a0896
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "8.3.0.36300",
|
"version": "9.2.0.36725",
|
||||||
"description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.",
|
"description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.",
|
||||||
"homepage": "https://aka.ms/azpsdocs",
|
"homepage": "https://aka.ms/azpsdocs",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Azure/azure-powershell/releases/download/v8.3.0-September2022/Az-Cmdlets-8.3.0.36300-x64.msi",
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v9.2.0-December2022/Az-Cmdlets-9.2.0.36725-x64.msi",
|
||||||
"hash": "bacab062098cb416884973dcf353764db450cd6fe58fdfd55f851b319b7f32a6"
|
"hash": "d2ffb956f85cf9cd9f9cac1421a8bf87c4f86006d5171a1ac07b2acd564b23c4"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Azure/azure-powershell/releases/download/v8.3.0-September2022/Az-Cmdlets-8.3.0.36300-x86.msi",
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v9.2.0-December2022/Az-Cmdlets-9.2.0.36725-x86.msi",
|
||||||
"hash": "2a1f24d64242ce10c29cf9fcc10d0aa327e0e5f02e62fa88b88c4466e021825d"
|
"hash": "930bebac8d2bf3fad3948d3657158f77fa6e4a50e89c1fa9de92fde2e65afc47"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "WindowsPowerShell\\Modules",
|
"extract_dir": "WindowsPowerShell\\Modules",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"name": "AzureRM"
|
"name": "AzureRM"
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/Azure/azure-powershell/releases",
|
"url": "https://api.github.com/repos/Azure/azure-powershell/releases",
|
||||||
"regex": "download/v(?<release>[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi"
|
"regex": "download/v(?<release>[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user