ScoopInstaller_Main/bucket/azure-functions-core-tools.json

29 lines
1.2 KiB
JSON

{
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"version": "2.7.1704",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1704/Azure.Functions.Cli.win-x64.2.7.1704.zip",
"hash": "aa8c1ef5a08b0f1ace04665f0fe656d7cc531f02dfe2893c8592aceb7d56e304"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1704/Azure.Functions.Cli.win-x86.2.7.1704.zip",
"hash": "954546f2b893b23e898097cb23656d2bb0c65959878ccca9a783fd4359851d60"
}
},
"bin": "func.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip"
}
}
}
}