mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "3.1.0.30977",
|
|
"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.1.0-November2019/Az-Cmdlets-3.1.0.30977-x86.msi",
|
|
"hash": "329637d66f53935599a113d98e660b100cd6e320fc28a6e7e2c2297f965026bb"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.1.0-November2019/Az-Cmdlets-3.1.0.30977-x64.msi",
|
|
"hash": "b23d6bc258ab7fe6eba2c863d287b0519a61cfd9a9017306c4b4ffe4e5da6db3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|