{
    "version": "1.2.2",
    "description": "Cross-platform music production software.",
    "homepage": "https://lmms.io/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/LMMS/lmms/releases/download/v1.2.2/lmms-1.2.2-win64.exe#/dl.7z",
            "hash": "5f20af1d782468507417d0785826b1f064fadba88ed1691e2def269922ace56b"
        },
        "32bit": {
            "url": "https://github.com/LMMS/lmms/releases/download/v1.2.2/lmms-1.2.2-win32.exe#/dl.7z",
            "hash": "cc701df9fc1b9e9e756d020edc4fcb90de5c28ed1e8229aa561ad4a065cd001b"
        }
    },
    "shortcuts": [
        [
            "lmms.exe",
            "LMMS"
        ]
    ],
    "checkver": {
        "github": "https://github.com/LMMS/lmms"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LMMS/lmms/releases/download/v$version/lmms-$version-win64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/LMMS/lmms/releases/download/v$version/lmms-$version-win32.exe#/dl.7z"
            }
        }
    }
}
