ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2022-05-23 20:28:46 +00:00

33 lines
1.3 KiB
JSON

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