ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2025-11-12 20:29:31 +00:00

41 lines
1.9 KiB
JSON

{
"$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.1",
"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.1/Azure.Functions.Cli.win-arm64.4.4.1.zip#/dl.7z",
"hash": "cd893095dd33a6b8cde501598b16a2ad182eea1354a60782bd31bccfdffa12b8"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.1/Azure.Functions.Cli.win-x86.4.4.1.zip#/dl.7z",
"hash": "d540c425ac54ab9c3bc578ecfa7fa6236b4ff68288afffa17072ef847f6ec1c8"
},
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.1/Azure.Functions.Cli.win-x64.4.4.1.zip#/dl.7z",
"hash": "5183166639e17c987cba9df9574502f952f6137b51ee1729e7ae1e9dee565f27"
}
},
"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"
}
}
}