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": "6.2.1.34515",
|
|
"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/v6.2.1-July2021/Az-Cmdlets-6.2.1.34515-x64.msi",
|
|
"hash": "16d634fdfede659cc05ca7cd8ad9b7cedc09dcacd7264fc55f4d0c93ca3036f2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.2.1-July2021/Az-Cmdlets-6.2.1.34515-x86.msi",
|
|
"hash": "568b9ad430890f7ee4db3c4c900b9fea3f1fe906d78c216eec8b1f84f5874e93"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|