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

30 lines
1.3 KiB
JSON

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