{
    "version": "2023.4-2534624",
    "description": "Provides access to versioned files in Helix Core through a graphical interface.",
    "homepage": "https://www.perforce.com/products/helix-core-apps/helix-visual-client-p4v",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.perforce.com/perforce/doc.current/user/p4v_license.txt"
    },
    "architecture": {
        "64bit": {
            "url": "https://cdist2.perforce.com/perforce/r23.4/bin.ntx64/p4vinst64.msi",
            "hash": "1eb60083eea5e31364b33053bebf6e1f76eac054300bdd188c195a8f92ad3422"
        }
    },
    "extract_dir": "Perforce",
    "bin": [
        "p4.exe",
        "p4admin.exe",
        "p4merge.exe",
        "p4v.exe"
    ],
    "shortcuts": [
        [
            "p4v.exe",
            "P4V"
        ],
        [
            "p4merge.exe",
            "P4Merge"
        ],
        [
            "p4admin.exe",
            "P4Admin"
        ]
    ],
    "checkver": {
        "url": "https://www.perforce.com/support/software-release-index",
        "regex": "Helix Visual Client, Helix Merge, and Helix Admin.*?20(?<major>\\d+)\\.(?<minor>\\d+)(?:\\.\\d+)*\\/(?<build>\\d+)",
        "replace": "20${major}.${minor}-${build}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdist2.perforce.com/perforce/r$matchMajor.$matchMinor/bin.ntx64/p4vinst64.msi",
                "hash": {
                    "url": "$baseurl/SHA256SUMS"
                }
            }
        }
    }
}
