{
    "version": "1.2.0",
    "description": "A tool to check for vulnerabilities in Golang dependencies, powered by Sonatype OSS Index",
    "homepage": "https://github.com/sonatype-nexus-community/nancy",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.2.0/nancy-v1.2.0-windows-amd64.zip",
            "hash": "8f364cc981cebb86ffe9e0cc380bfaceeb3ff565e589eb8c3bf133f560c94cd4"
        },
        "32bit": {
            "url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.2.0/nancy-v1.2.0-windows-386.zip",
            "hash": "2d20fe7d4f05741442910ad8cec3d5afeb4db7f792bf9a8f0db9e39de3d58e0f"
        }
    },
    "bin": "nancy.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v$version/nancy-v$version-windows-amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v$version/nancy-v$version-windows-386.zip"
            }
        }
    }
}
