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": "3.0.2750",
"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/3.0.2750/Azure.Functions.Cli.win-x64.3.0.2750.zip#/dl.7z",
"hash": "88314c98473e836006da0e4f2031bba0649ff6ed6cae94e5e031afab1d17fdce"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2750/Azure.Functions.Cli.win-x86.3.0.2750.zip#/dl.7z",
"hash": "086e97e5e9d77f00ac754f377c56b759c1f8315fc7166d9ece72db342d255a41"
}
},
"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"
}
}
}
}