{
    "version": "4.1.5",
    "description": "The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs for any variety of artifacts.",
    "homepage": "https://github.com/microsoft/sbom-tool",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/microsoft/sbom-tool/releases/download/v4.1.5/sbom-tool-win-x64.exe",
            "hash": "625767b371b7fdd58f40f618b8a86da0247a33c89e419039c86b4edba1dad4b5"
        }
    },
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/microsoft/sbom-tool/releases/download/v$version/sbom-tool-win-x64.exe",
                "hash": {
                    "url": "$baseurl/win-x64-manifest.spdx.json",
                    "jsonpath": "$.files[?(@.fileName == './$basename')].checksums[?(@.algorithm == 'SHA256')].checksumValue"
                }
            }
        }
    },
    "bin": [
        [
            "sbom-tool-win-x64.exe",
            "sbom-tool"
        ]
    ]
}
