ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2022-06-11 00:33:25 +00:00

33 lines
1.3 KiB
JSON

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