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.3023",
"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.3023/Azure.Functions.Cli.win-x64.2.7.3023.zip#/dl.7z",
"hash": "91d9dffb29f1bf870835c2ebfab6aa0f1f198eddd436d9fd242c692ac11a5d39"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.3023/Azure.Functions.Cli.win-x86.2.7.3023.zip#/dl.7z",
"hash": "6d16bd247bbf46e51798d88c9b6770384a0ff3a391886c0a176b3f51758b36ab"
}
},
"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"
}
}
}
}