ScoopInstaller_Main/bucket/azure-cli.json
2019-10-15 07:00:50 +00:00

18 lines
602 B
JSON

{
"description": "Microsoft Azure CLI 2.0",
"homepage": "https://aka.ms/cli",
"version": "2.0.75",
"license": "MIT",
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.0.75.msi",
"hash": "86e2eb1ff0a4d22c6942be3acc79f883db42d5ee281eeffdbd0144c456716026",
"extract_dir": "Microsoft SDKs/Azure/CLI2",
"bin": "wbin/az.cmd",
"checkver": {
"github": "https://github.com/Azure/azure-cli",
"regex": "/releases/tag/azure-cli-([\\d.]+)"
},
"autoupdate": {
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-$version.msi"
}
}