{
    "version": "1.33.5",
    "description": "Fast console MPEG Audio Player and decoder library",
    "homepage": "https://www.mpg123.org",
    "license": "LGPL-2.1",
    "architecture": {
        "64bit": {
            "url": "https://www.mpg123.org/download/win64/1.33.5/mpg123-1.33.5-static-x86-64.zip",
            "hash": "a174b0bb766a15783718b72907e0ac8f2fdd51036e0c739e29ff5b624f70a93d",
            "extract_dir": "mpg123-1.33.5-static-x86-64"
        },
        "32bit": {
            "url": "https://www.mpg123.org/download/win32/1.33.5/mpg123-1.33.5-static-x86.zip",
            "hash": "369a55c846f9be05f0678561c1113c69eedbcf9faa34990fc61ca6ad6dbeec97",
            "extract_dir": "mpg123-1.33.5-static-x86"
        }
    },
    "bin": [
        "mpg123.exe",
        "mpg123-id3dump.exe",
        "mpg123-strip.exe",
        "out123.exe"
    ],
    "checkver": {
        "url": "https://www.mpg123.org/download.shtml",
        "regex": "download/win64/([\\d.]+)/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.mpg123.org/download/win64/$version/mpg123-$version-static-x86-64.zip",
                "extract_dir": "mpg123-$version-static-x86-64"
            },
            "32bit": {
                "url": "https://www.mpg123.org/download/win32/$version/mpg123-$version-static-x86.zip",
                "extract_dir": "mpg123-$version-static-x86"
            }
        }
    }
}
