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

30 lines
1.3 KiB
JSON

{
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "2.7.2855",
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.2855/Azure.Functions.Cli.win-x64.2.7.2855.zip#/dl.7z",
"hash": "8da8c1b18e41b391161f27c74c219e1e87c6b7517a47bd271e144214965ab340"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.2855/Azure.Functions.Cli.win-x86.2.7.2855.zip#/dl.7z",
"hash": "9fecf48d2190849a3c558253056952d79d00e5507a3016dc51ac42cba594163e"
}
},
"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#/dl.7z"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip#/dl.7z"
}
}
}
}