mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "6.4.0.34709",
|
|
"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.4.0-September2021/Az-Cmdlets-6.4.0.34709-x64.msi",
|
|
"hash": "c69dd7b9070a9a7de73e389b10a95e4dd4fe76062b6a3beb6cdc5b0b2d7a1aff"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.4.0-September2021/Az-Cmdlets-6.4.0.34709-x86.msi",
|
|
"hash": "73d6fb547febe27f861ebdf1a7cd9971bda62188ced91a73bdc26d50dc3c52b9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|