{
    "version": "3.64.0-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.64.0-04-win64.zip",
            "hash": "sha1:e156c407bef45cb37dad2195b32faffeae522c5d"
        }
    },
    "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-win64.zip"
            }
        },
        "hash": {
            "url": "$url.sha1"
        }
    }
}
