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.1846",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1846/Azure.Functions.Cli.win-x64.2.7.1846.zip",
"hash": "742fd4507e7f0bfb6bc53438466473d04558a994b0a1824ee44b11c417adf42b"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1846/Azure.Functions.Cli.win-x86.2.7.1846.zip",
"hash": "614269a98186f405ebf0942b88a68c30e5cf4029ed204670c42b4537870c661e"
}
},
"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"
}
}
}
}