{
    "version": "11.5",
    "description": "A framework you can use to make 2D games in Lua.",
    "homepage": "https://love2d.org",
    "license": "Zlib",
    "notes": "Alternate versions of the LÖVE engine included in versions bucket.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/love2d/love/releases/download/11.5/love-11.5-win64.zip",
            "hash": "cc71dbc24a9eb65aa988d3f0dc77d090f340e14ed32bbbc9e7bfaf1988cd0455",
            "extract_dir": "love-11.5-win64"
        },
        "32bit": {
            "url": "https://github.com/love2d/love/releases/download/11.5/love-11.5-win32.zip",
            "hash": "15ddf5b06c293722275cf32e167c418120dd80380e5565739a29b7d5e5d6d44a",
            "extract_dir": "love-11.5-win32"
        }
    },
    "bin": [
        "love.exe",
        "lovec.exe"
    ],
    "shortcuts": [
        [
            "love.exe",
            "LOVE"
        ]
    ],
    "checkver": {
        "github": "https://github.com/love2d/love"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/love2d/love/releases/download/$version/love-$version-win64.zip",
                "extract_dir": "love-$version-win64"
            },
            "32bit": {
                "url": "https://github.com/love2d/love/releases/download/$version/love-$version-win32.zip",
                "extract_dir": "love-$version-win32"
            }
        }
    }
}
