{
    "version": "2.0.10",
    "description": "Command line app to control Syncthing",
    "homepage": "https://github.com/Martchus/syncthingtray",
    "license": {
        "identifier": "GPL-2.0-only,...",
        "url": "https://github.com/Martchus/syncthingtray/blob/master/LICENSES-windows-distribution.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.0.10/syncthingctl-2.0.10-x86_64-w64-mingw32.exe.zip",
            "hash": "8ffa5399ee719687acc62fc91cb29105b54c10b597e46988344dd60de7c0bdc7"
        },
        "32bit": {
            "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.0.10/syncthingctl-qt5-2.0.10-i686-w64-mingw32.exe.zip",
            "hash": "1dbf1a3eb4b3665c2457f87ed25c7f77ebc269020a1a303f2000875180a1f141"
        },
        "arm64": {
            "url": "https://github.com/Martchus/syncthingtray/releases/download/v2.0.10/syncthingctl-2.0.10-aarch64-w64-mingw32.exe.zip",
            "hash": "49cbbbffea189a66da7ba274a9d1467a013c376ee8e9ccc236c29f9085bf317e"
        }
    },
    "pre_install": "Move-Item \"$dir\\syncthingctl-*.exe\" \"$dir\\syncthingctl.exe\"",
    "bin": "syncthingctl.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingctl-$version-x86_64-w64-mingw32.exe.zip"
            },
            "32bit": {
                "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingctl-qt5-$version-i686-w64-mingw32.exe.zip"
            },
            "arm64": {
                "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingctl-$version-aarch64-w64-mingw32.exe.zip"
            }
        }
    }
}
