mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "3.2.0.31196",
|
|
"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": {
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.2.0-December2019/Az-Cmdlets-3.2.0.31196-x86.msi",
|
|
"hash": "3d10cba334db60ac4afded01c30421677abb81aa3856faf9a9f88ae3119bfab6"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.2.0-December2019/Az-Cmdlets-3.2.0.31196-x64.msi",
|
|
"hash": "cc7d3677d5012ce8f4357ed9071cdce425fd4098fcd479c28eef792decbf4634"
|
|
}
|
|
},
|
|
"extract_dir": "WindowsPowerShell\\Modules",
|
|
"psmodule": {
|
|
"name": "AzureRM"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/Azure/azure-powershell",
|
|
"regex": "download/v?(?<release>[\\w-.]+)/Az-Cmdlets-([\\d.]+)-x64\\.msi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|