{
    "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": "BA6E56BE2685E53C817749C4A5007F51137136FE5A3AB64920508BABC2E74369",
            "extract_dir": "love-11.5-win64"
        },
        "32bit": {
            "url": "https://github.com/love2d/love/releases/download/11.5/love-11.5-win32.zip",
            "hash": "910C88CEBC6A3B91F9104BE505F5FFFAC0C91C95B072394AA67EB3CC63AA0A3B",
            "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"
            }
        }
    }
}
