ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2022-08-11 20:31:26 +00:00

33 lines
1.3 KiB
JSON

{
"##": "Rename download file because 7-zip can't decompress it as zip file.",
"version": "4.0.4704",
"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/4.0.4704/Azure.Functions.Cli.win-x64.4.0.4704.zip#/dl.7z",
"hash": "9c11e4ef29a30faff0a38539a87a74c67a2e5192f2f6760a3406b61f1a0591aa"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4704/Azure.Functions.Cli.win-x86.4.0.4704.zip#/dl.7z",
"hash": "9148553a9885c3b836caa6645c0d177a6b8936a70fc1339f87d84dc68ec3a926"
}
},
"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"
}
},
"hash": {
"url": "$url.sha2"
}
}
}