mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "5.5.0.33978",
|
|
"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.5.0-February2021/Az-Cmdlets-5.5.0.33978-x64.msi",
|
|
"hash": "2ea5606b08bb017c7f07930a49d783edd17548be3f73586b35ede8c43110de15"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v5.5.0-February2021/Az-Cmdlets-5.5.0.33978-x86.msi",
|
|
"hash": "eeae15c782afde3e4857da3b30305e7dab412f2624eece19f5625e79a7a2bd1a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|