{
    "version": "1.3.0",
    "description": "An extensive, fast, and accurate command-line image dithering tool.",
    "homepage": "https://github.com/makew0rld/didder",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/makew0rld/didder/releases/download/v1.3.0/didder_1.3.0_windows_64-bit.exe#/didder.exe",
            "hash": "57366bfb4e8affd965e365ab9d9b78e95e79680a7c513b89c359ba409f4a204c"
        },
        "32bit": {
            "url": "https://github.com/makew0rld/didder/releases/download/v1.3.0/didder_1.3.0_windows_32-bit.exe#/didder.exe",
            "hash": "6a44bd87afdb722860c5af5699e5f827c0725808d97b9cbdeb58c147e1a45d88"
        },
        "arm64": {
            "url": "https://github.com/makew0rld/didder/releases/download/v1.3.0/didder_1.3.0_windows_arm64.exe#/didder.exe",
            "hash": "4cb3d6ad1f464e8e6924262664adcc03c4e0151240bc90d635668e34c887fe89"
        }
    },
    "bin": "didder.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/makew0rld/didder/releases/download/v$version/didder_$version_windows_64-bit.exe#/didder.exe"
            },
            "32bit": {
                "url": "https://github.com/makew0rld/didder/releases/download/v$version/didder_$version_windows_32-bit.exe#/didder.exe"
            },
            "arm64": {
                "url": "https://github.com/makew0rld/didder/releases/download/v$version/didder_$version_windows_arm64.exe#/didder.exe"
            }
        },
        "hash": {
            "url": "$baseurl/didder_$version_checksums.txt"
        }
    }
}
