ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2022-08-10 00:35:06 +00:00

33 lines
1.3 KiB
JSON

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