mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "5.3.0.33848",
|
|
"description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.",
|
|
"homepage": "https://aka.ms/azpsdocs",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v5.3.0-December2020/Az-Cmdlets-5.3.0.33848-x64.msi",
|
|
"hash": "becadf64885515b56c039ba166e05af7f25f7a40f274a9c06e749671bca912f7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v5.3.0-December2020/Az-Cmdlets-5.3.0.33848-x86.msi",
|
|
"hash": "be9450b608cf2c7b38f6eaa259c3460846be6af08a539d33b34805bf1ed78890"
|
|
}
|
|
},
|
|
"extract_dir": "WindowsPowerShell\\Modules",
|
|
"psmodule": {
|
|
"name": "AzureRM"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases",
|
|
"regex": "download/v(?<release>[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|