{
    "version": "7_2025.07",
    "description": "Giac/Xcas is a free computer algebra system.",
    "homepage": "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://www-fourier.ujf-grenoble.fr/~parisse/giac/xcaswininst.exe#/dl.7z",
            "hash": "a6c6e87af75a3bc91759bc6a2d4a8f297f3041dbb8108cc5661be965aa60d3f7"
        },
        "32bit": {
            "url": "https://www-fourier.ujf-grenoble.fr/~parisse/giac/xcasinst.exe#/dl.7z",
            "hash": "e907ce7e53133a68b05a679d92bd3ee56a7ea571e6840e7f4d2a80ff7029afc8"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
    "bin": [
        "bash.exe",
        "hevea2mml.exe",
        "icas.exe",
        "xcas.exe"
    ],
    "shortcuts": [
        [
            "xcas.exe",
            "Xcas for Windows"
        ]
    ],
    "checkver": {
        "url": "https://www-fourier.ujf-grenoble.fr/~parisse/install_en#wcas",
        "regex": "([\\d.]+) (\\d+)\\/(\\d+)",
        "replace": "${1}_${2}.${3}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www-fourier.ujf-grenoble.fr/~parisse/giac/xcaswininst.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://www-fourier.ujf-grenoble.fr/~parisse/giac/xcasinst.exe#/dl.7z"
            }
        }
    }
}
