{
    "version": "5.48.1",
    "description": "Computer Algebra System",
    "homepage": "https://maxima.sourceforge.io",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://downloads.sourceforge.net/project/maxima/Maxima-Windows/5.48.1-Windows/maxima-5.48.1-win64.exe#/dl.7z",
            "hash": "sha1:38f5f23beadbe7579fc6ccc344112a1c2061fe02"
        },
        "32bit": {
            "url": "https://downloads.sourceforge.net/project/maxima/Maxima-Windows/5.48.1-Windows/maxima-5.48.1-win32.exe#/dl.7z",
            "hash": "sha1:404db11c2ce89c052a499de5dd55ab8511f2ced8"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Unins*\" -Recurse -Force",
    "bin": [
        "bin\\lispselector.bat",
        "bin\\maxima.bat",
        "bin\\xmaxima.bat"
    ],
    "shortcuts": [
        [
            "bin\\wxmaxima.exe",
            "wxMaxima"
        ]
    ],
    "checkver": ">([\\d.]+)</a>",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.sourceforge.net/project/maxima/Maxima-Windows/$version-Windows/maxima-$version-win64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://downloads.sourceforge.net/project/maxima/Maxima-Windows/$version-Windows/maxima-$version-win32.exe#/dl.7z"
            }
        }
    }
}
