{ "version": "0.0.13", "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.13/spdx-sbom-generator-v0.0.13-windows-amd64.zip", "hash": "md5:47bf5ebced909d882e6497347cc5df0b" }, "32bit": { "url": "https://github.com/spdx/spdx-sbom-generator/releases/download/v0.0.13/spdx-sbom-generator-v0.0.13-windows-386.zip", "hash": "md5:62f9af59bb8aa392199c11d71588d7e6" } }, "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" } } }