mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "3.8.0.32768",
|
|
"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.8.0-April2020/Az-Cmdlets-3.8.0.32768-x86.msi",
|
|
"hash": "78bdafea82a52dea03e5d7cff39aa6dbf224ae7e2d41c073d3a751d09f47767d"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.8.0-April2020/Az-Cmdlets-3.8.0.32768-x64.msi",
|
|
"hash": "d882b5a7a39bbbaf7d7dfd2c1ed0d7ac98a6dc82f04eddd901a45b5e7eebaceb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|