ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2025-08-12 20:30:21 +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.1.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.1.1/Azure.Functions.Cli.win-arm64.4.1.1.zip#/dl.7z",
"hash": "ec06414c451da1446a93ee18c08605318c1cda3af673df5211f648e47696dfee"
},
"32bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.1.1/Azure.Functions.Cli.win-x86.4.1.1.zip#/dl.7z",
"hash": "6589e24b2157572d3341cea9b491b0ba1ef9d1583fc555b7fa927a7ad90889fe"
},
"64bit": {
"url": "https://github.com/Azure/azure-functions-core-tools/releases/download/4.1.1/Azure.Functions.Cli.win-x64.4.1.1.zip#/dl.7z",
"hash": "ff3588eb8293a63b2262060bc5647385455dd1b1a4ea56044d8967b70863f72f"
}
},
"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"
}
}
}