mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "4.1.0.32917",
|
|
"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/v4.1.0-May2020/Az-Cmdlets-4.1.0.32917-x86.msi",
|
|
"hash": "dddd8435c8d983627e0989eb54a37d9f7311d1de0485a469f9b395c76b2bec98"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v4.1.0-May2020/Az-Cmdlets-4.1.0.32917-x64.msi",
|
|
"hash": "b9b19458ef7794441de1eed9f8d0c531fde1d98b1006139e348f5e02cdb797d4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|