ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2024-09-10 00:34:27 +00:00

33 lines
1.3 KiB
JSON

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