{
    "version": "2023c",
    "description": "Gnu Regression, Econometrics and Time-series Library",
    "homepage": "http://gretl.sourceforge.net",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://downloads.sourceforge.net/project/gretl/gretl/2023c/gretl-2023c-64.exe",
            "hash": "sha1:67cb49111828a9a41baac9581ce9b7a45262ae65"
        },
        "32bit": {
            "url": "https://downloads.sourceforge.net/project/gretl/gretl/2023c/gretl-2023c-32.exe",
            "hash": "sha1:ecc12d0301965ffca7432a4508d60a1d636fb40c"
        }
    },
    "innosetup": true,
    "bin": [
        "gretlcli.exe",
        "gretlmpi.exe"
    ],
    "shortcuts": [
        [
            "gretl.exe",
            "gretl"
        ]
    ],
    "checkver": {
        "url": "http://gretl.sourceforge.net/ChangeLog.html",
        "regex": "Version (\\w+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.sourceforge.net/project/gretl/gretl/$version/gretl-$version-64.exe"
            },
            "32bit": {
                "url": "https://downloads.sourceforge.net/project/gretl/gretl/$version/gretl-$version-32.exe"
            }
        }
    }
}
