{
    "version": "0.0.15",
    "description": "A tool to help those in the community that want to generate SPDX Software Bill of Materials (SBOMs) with current package managers.",
    "homepage": "https://github.com/spdx/spdx-sbom-generator",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/spdx/spdx-sbom-generator/releases/download/v0.0.15/spdx-sbom-generator-v0.0.15-windows-amd64.zip",
            "hash": "md5:f8f6c233714a62837df09dac20e4a951"
        },
        "32bit": {
            "url": "https://github.com/spdx/spdx-sbom-generator/releases/download/v0.0.15/spdx-sbom-generator-v0.0.15-windows-386.zip",
            "hash": "md5:eb4efe044bf9c7bc1d2b601146bdc830"
        }
    },
    "bin": "spdx-sbom-generator.exe",
    "checkver": {
        "url": "https://github.com/spdx/spdx-sbom-generator/releases",
        "regex": "download/v([\\d.]+)/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/spdx/spdx-sbom-generator/releases/download/v$version/spdx-sbom-generator-v$version-windows-amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/spdx/spdx-sbom-generator/releases/download/v$version/spdx-sbom-generator-v$version-windows-386.zip"
            }
        },
        "hash": {
            "url": "$url.md5"
        }
    }
}
