{
    "version": "2.17.3",
    "description": "PARI/GP is a widely used computer algebra system designed for fast computations in number theory.",
    "homepage": "https://pari.math.u-bordeaux.fr/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://pari.math.u-bordeaux.fr/pub/pari/windows/Pari64-2-17-3.exe#/dl.7z",
            "hash": "1a25db3de262282046a23760c96ffbc9125334314e5261b11dfd9f4f247f837b"
        },
        "32bit": {
            "url": "https://pari.math.u-bordeaux.fr/pub/pari/windows/Pari32-2-17-3.exe#/dl.7z",
            "hash": "ba6e68b9982399ed41d4cd006ebe809dae0907ebfe7daa76cf85be40203a37d5"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
    "bin": "gp.exe",
    "checkver": {
        "url": "https://pari.math.u-bordeaux.fr/download.html",
        "regex": "pari-([\\d.]+).tar.gz"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://pari.math.u-bordeaux.fr/pub/pari/windows/Pari64-$dashVersion.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://pari.math.u-bordeaux.fr/pub/pari/windows/Pari32-$dashVersion.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "https://pari.math.u-bordeaux.fr/download.html",
            "find": "$basename[\\S\\s]+?$sha256"
        }
    }
}
