{
    "version": "1.10.1",
    "description": "BASIC compiler for Microsoft Windows, DOS and Linux",
    "homepage": "https://www.freebasic.net",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.10.1/Binaries-Windows/FreeBASIC-1.10.1-win64.zip",
            "hash": "sha1:35bb59771e2aed80cc0d3c51d3b53df86c781798",
            "extract_dir": "FreeBASIC-1.10.1-win64"
        },
        "32bit": {
            "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.10.1/Binaries-Windows/FreeBASIC-1.10.1-win32.zip",
            "hash": "sha1:30043d3429b429473fdaa22a25ef9ce757ace645",
            "extract_dir": "FreeBASIC-1.10.1-win32"
        }
    },
    "bin": "fbc.exe",
    "checkver": {
        "github": "https://github.com/freebasic/fbc"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win64.zip",
                "extract_dir": "FreeBASIC-$version-win64"
            },
            "32bit": {
                "url": "https://downloads.sourceforge.net/project/fbc/FreeBASIC-$version/Binaries-Windows/FreeBASIC-$version-win32.zip",
                "extract_dir": "FreeBASIC-$version-win32"
            }
        }
    }
}
