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.1724",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1724/Azure.Functions.Cli.win-x64.2.7.1724.zip",
"hash": "5455d1720dd0b8a3f1e3f73b14f95ff62cca8f2d0904a3f611db6287898a1b46"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1724/Azure.Functions.Cli.win-x86.2.7.1724.zip",
"hash": "a4cfeeda50d38b491f109c6fae0bdf725506eb1d223807ecb7e78902762ddabb"
}
},
"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"
}
}
}
}