{
    "version": "20240129",
    "description": "An oldschool sample-based music composition tool",
    "homepage": "http://schismtracker.org",
    "license": "GPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/schismtracker/schismtracker/releases/download/20240129/schismtracker-20240129-win64.zip",
            "hash": "966e65e281877a3dd857c7f4b696efd6cbe95a92f5dd68a767e88351478ccd75"
        },
        "32bit": {
            "url": "https://github.com/schismtracker/schismtracker/releases/download/20240129/schismtracker-20240129-win32.zip",
            "hash": "2bdd2226d3fc69002f0f39e52e9891c8019939f5c5ef1b6e24c4481e3862c6a8"
        }
    },
    "bin": "schismtracker.exe",
    "shortcuts": [
        [
            "schismtracker.exe",
            "Schism Tracker"
        ]
    ],
    "checkver": {
        "github": "https://github.com/schismtracker/schismtracker"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/schismtracker/schismtracker/releases/download/$version/schismtracker-$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/schismtracker/schismtracker/releases/download/$version/schismtracker-$version-win32.zip"
            }
        }
    }
}
