ScoopInstaller_Main/bucket/azure-functions-core-tools.json
2024-03-20 20:25:24 +00:00

33 lines
1.3 KiB
JSON

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