{ "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", "##": "Rename download file because 7-zip can't decompress it as zip file.", "version": "4.4.0", "description": "Microsoft Azure Functions Core Tools", "homepage": "https://github.com/Azure/azure-functions-core-tools", "license": "MIT", "architecture": { "arm64": { "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/Azure.Functions.Cli.win-arm64.4.4.0.zip#/dl.7z", "hash": "f556a4a7514b8e13828d745e1550eecd6066fb736a57d48f73f6514d40c2288e" }, "32bit": { "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/Azure.Functions.Cli.win-x86.4.4.0.zip#/dl.7z", "hash": "5d7e2e506637238ad58464f224522f54133065116ab0591db827e29a3bc85fa8" }, "64bit": { "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/Azure.Functions.Cli.win-x64.4.4.0.zip#/dl.7z", "hash": "e1ea81a2c7659a288ee6d9e2d960c03dc26fcb85fc84e173d1d819fe50131414" } }, "bin": "func.exe", "checkver": "github", "autoupdate": { "architecture": { "arm64": { "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-arm64.$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" }, "64bit": { "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip#/dl.7z" } }, "hash": { "url": "$url.sha2" } } }