{
    "version": "38.3",
    "description": "Simple, open source, cross-platform Go IDE",
    "homepage": "http://liteide.org",
    "license": "LGPL-2.1-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/visualfc/liteide/releases/download/x38.3/liteidex38.3-win64-qt5.15.2.zip",
            "hash": "83e610976f5503a9a9fffe32a4883eeae74685e339c69f388403ffec6cb409b3"
        }
    },
    "extract_dir": "liteide",
    "bin": "bin\\liteide.exe",
    "shortcuts": [
        [
            "bin\\liteide.exe",
            "LiteIDE"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/visualfc/liteide/releases",
        "jsonpath": "$..assets[?(@.browser_download_url =~ /liteidex[\\d.-]+-win64-qt[\\d.]+\\.zip/)].browser_download_url",
        "regex": "liteidex([\\d.-]+)-win64-qt(?<qt>[\\d.]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/visualfc/liteide/releases/download/x$version/liteidex$version-win64-qt$matchQt.zip"
            }
        }
    }
}
