{
    "version": "3.91.1-04",
    "description": "The free artifact repository with universal format support",
    "homepage": "https://www.sonatype.com/products/repository-oss",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sonatype.com/terms-of-service"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.sonatype.com/nexus/3/nexus-3.91.1-04-win-x86_64.zip",
            "hash": "ef017a1b008a1d264417f5f8a0a2c1c840d25c86dd7719708968282edaeb5faf"
        }
    },
    "pre_install": "Get-Item \"$dir\\nexus-*\" | Rename-Item -NewName 'nexus'",
    "bin": "nexus\\bin\\nexus.exe",
    "persist": [
        "sonatype-work",
        "nexus\\bin\\nexus.vmoptions"
    ],
    "checkver": {
        "github": "https://github.com/sonatype/nexus-public",
        "regex": "\\/releases\\/tag\\/release-[vV]?([-\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.sonatype.com/nexus/$majorVersion/nexus-$version-win-x86_64.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
