{
    "version": "26.4.30",
    "description": "Video editor",
    "homepage": "https://www.shotcut.org",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mltframework/shotcut/releases/download/v26.4.30/shotcut-win64-26.4.30.zip",
            "hash": "986e7a13ef5fcce00f98ae3fefd7bfc9d280c4ccb7a803a63d623caf0688cb6a"
        },
        "arm64": {
            "url": "https://github.com/mltframework/shotcut/releases/download/v26.4.30/shotcut-win_ARM-26.4.30.zip",
            "hash": "1f36f2f0fa8b1e7725c15dbec84ae373bddf85800732067c1f7d35891d3d2000"
        }
    },
    "extract_dir": "Shotcut",
    "bin": "shotcut.exe",
    "shortcuts": [
        [
            "shotcut.exe",
            "Shotcut"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mltframework/shotcut"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mltframework/shotcut/releases/download/v$version/shotcut-win64-$version.zip"
            },
            "arm64": {
                "url": "https://github.com/mltframework/shotcut/releases/download/v$version/shotcut-win_ARM-$version.zip"
            }
        },
        "hash": {
            "url": "$baseurl/sha256sums.txt"
        }
    }
}
