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": "3.0.1975",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.1975/Azure.Functions.Cli.win-x64.3.0.1975.zip#/dl.7z",
"hash": "2db237be58a51bb6009d853d781e64fa06c2498b708cd73594a263485da40c2e"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.1975/Azure.Functions.Cli.win-x86.3.0.1975.zip#/dl.7z",
"hash": "02a9efff4b1217906840e136091b6fc2010fdb69afdd88406016e1891cd77f5b"
}
},
"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."
}