{
    "version": "30.8b17",
    "description": "Free Mersenne Prime Search Software",
    "homepage": "https://www.mersenne.org/download/",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.mersenne.org/legal/#EULA"
    },
    "architecture": {
        "64bit": {
            "url": "https://www.mersenne.org/download/software/v30/30.8/p95v308b17.win64.zip",
            "hash": "200ce041d0e7f4be04172bb3211b10831eec465be51ff4de7f1ad93a3c1a5124"
        },
        "32bit": {
            "url": "https://www.mersenne.org/download/software/v30/30.8/p95v308b15.win32.zip",
            "hash": "b44cb82305fbca3749e525c71e22c065b0cc683c213918fe44b5f383c4f16591"
        }
    },
    "bin": "prime95.exe",
    "shortcuts": [
        [
            "prime95.exe",
            "Prime95"
        ]
    ],
    "checkver": "Windows:\\s+64-bit\\D+([\\w.]+).*?href=\"https:?[\\w./]+?/software/v([\\d]+)/(?<verpath>[\\d.]+)/(?<file64>[^.]+).win64.zip\".*Windows:\\s+32-bit\\D+(?<version32>[\\w.]+).*?href=\"https:?[\\w./]+?/software/v([\\d]+)/(?<verpath32>[\\d.]+)/(?<file32>[^.]+).win32.zip",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.mersenne.org/download/software/v$majorVersion/$matchVerpath/$matchFile64.win64.zip",
                "hash": {
                    "url": "https://www.mersenne.org/download/",
                    "regex": "\\.win64\\.zip.*?SHA256:.*?$sha256"
                }
            },
            "32bit": {
                "url": "https://www.mersenne.org/download/software/v$majorVersion/$matchVerpath32/$matchFile32.win32.zip",
                "hash": {
                    "url": "https://www.mersenne.org/download/",
                    "regex": "\\.win32\\.zip.*?SHA256:.*?$sha256"
                }
            }
        }
    }
}
