{
    "version": "20.03",
    "description": "Free open-source C/C++/Fortran IDE (standalone version)",
    "homepage": "http://www.codeblocks.org",
    "license": "GPL-3.0-only",
    "notes": [
        "This is the standalone version of the Code::Blocks IDE (does not include compilers/debuggers)",
        "Check 'codeblocks-mingw' for Code::Blocks with integrated compilers/debuggers"
    ],
    "url": "https://downloads.sourceforge.net/project/codeblocks/Binaries/20.03/Windows/codeblocks-20.03-nosetup.zip",
    "hash": "sha1:db30374a22773a0ebf0f4d93cc8e28c7c89117dd",
    "bin": "codeblocks.exe",
    "shortcuts": [
        [
            "codeblocks.exe",
            "CodeBlocks"
        ]
    ],
    "checkver": {
        "url": "https://sourceforge.net/projects/codeblocks/files/Binaries/",
        "regex": "Binaries/([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://downloads.sourceforge.net/project/codeblocks/Binaries/$version/Windows/codeblocks-$version-nosetup.zip"
    }
}
