ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2022-12-08 20:25:38 +00:00

33 lines
1.3 KiB
JSON

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