{
    "version": "2.7.0",
    "description": "Transport stream muxer for remuxing/muxing elementary streams into MPEG-TS format",
    "homepage": "https://github.com/justdan96/tsMuxer",
    "license": {
        "identifier": "Apache-2.0",
        "url": "https://github.com/justdan96/tsMuxer/blob/master/LICENSE"
    },
    "architecture": {
        "32bit": {
            "url": [
                "https://github.com/justdan96/tsMuxer/releases/download/2.7.0/tsMuxer-2.7.0-win32.zip",
                "https://github.com/justdan96/tsMuxer/releases/download/2.7.0/tsMuxerGUI-2.7.0-win32.zip"
            ],
            "hash": [
                "2b5855e4f6ed5d2293c2c0ce1b9c3e3dcb8d84bfd7383e4bf787098c72d832ae",
                "fbc095b66b6d461dce682ee3c3d4946ab4ac66cb1816093479d084977f705a2e"
            ]
        },
        "64bit": {
            "url": [
                "https://github.com/justdan96/tsMuxer/releases/download/2.7.0/tsMuxer-2.7.0-win64.zip",
                "https://github.com/justdan96/tsMuxer/releases/download/2.7.0/tsMuxerGUI-2.7.0-win64.zip"
            ],
            "hash": [
                "e3cf117d2c6f01332188123641c63fe38ab9731ae7aa23645f6f9a261a7a301c",
                "d798514c88478be47862317fd9238490b5e9467193e64e8067b5bba05ac48174"
            ]
        }
    },
    "bin": "tsMuxeR.exe",
    "shortcuts": [
        [
            "tsMuxerGUI.exe",
            "tsMuxeR GUI"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": [
                    "https://github.com/justdan96/tsMuxer/releases/download/$version/tsMuxer-$version-win32.zip",
                    "https://github.com/justdan96/tsMuxer/releases/download/$version/tsMuxerGUI-$version-win32.zip"
                ]
            },
            "64bit": {
                "url": [
                    "https://github.com/justdan96/tsMuxer/releases/download/$version/tsMuxer-$version-win64.zip",
                    "https://github.com/justdan96/tsMuxer/releases/download/$version/tsMuxerGUI-$version-win64.zip"
                ]
            }
        }
    }
}
