ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2023-03-27 20:26:22 +00:00

33 lines
1.3 KiB
JSON

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