{
    "version": "2026.1-2933292",
    "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/r26.1/bin.ntx64/p4vinst64.msi",
            "hash": "3f5d210db394cc78f11cfe03637c92c1bcd86c47b6156108d6887e6a7d111e9a"
        }
    },
    "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://help.perforce.com/helix-core/release-notes/current/p4vnotes.txt",
        "regex": "\\d{4}\\.\\d Update \\d+ \\((?<yyyy>\\d{2}(?<yy>\\d{2}))\\.(?<release>\\d)/(?<build>\\d+)\\)",
        "replace": "${yyyy}.${release}-${build}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdist2.perforce.com/perforce/r$matchYy.$matchRelease/bin.ntx64/p4vinst64.msi",
                "hash": {
                    "url": "$baseurl/SHA256SUMS"
                }
            }
        }
    }
}
