ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2022-07-07 00:33:13 +00:00

33 lines
1.3 KiB
JSON

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