ScoopInstaller_Main/bucket/azure-functions-core-tools.json

30 lines
1.3 KiB
JSON

{
"description": "Microsoft Azure Functions Core Tools",
"homepage": "https://github.com/Azure/azure-functions-core-tools",
"version": "2.7.2508",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.2508/Azure.Functions.Cli.win-x64.2.7.2508.zip#/dl.7z",
"hash": "4ff10230293e50e6348b2bcc5267c768dfbbec790a0da6d4f13aeed3bc746106"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.2508/Azure.Functions.Cli.win-x86.2.7.2508.zip#/dl.7z",
"hash": "a921e4e72bab4b1981048e59121443b7debd823dce1e088a641dd976410a2cda"
}
},
"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"
}
}
},
"##": "Rename download file because 7-zip can't decompress it as zip file."
}