{
    "version": "5.18.0",
    "description": "A feature rich front-end to remotely control Transmission daemon via its RPC protocol.",
    "homepage": "https://github.com/transmission-remote-gui/transgui",
    "license": "GPL-2.0-or-later",
    "suggest": {
        "transmission": [
            "transmission-cli",
            "extras/transmission"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/transmission-remote-gui/transgui/releases/download/v5.18.0/transgui-5.18.0-x86_64-win64.zip",
            "hash": "3bef7b1ff5da7126559383e4627fd7ffec1df14f5db54eae6447cb0e4abd22ef"
        },
        "32bit": {
            "url": "https://github.com/transmission-remote-gui/transgui/releases/download/v5.18.0/transgui-5.18.0-i386-win32.zip",
            "hash": "aa3debd3255621b20fe0215b38f3951c0c4c75af3bdb9d42ba4e6f3c8dc9fc00"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\transgui.ini\")) { New-Item \"$dir\\transgui.ini\" | Out-Null }",
    "bin": "transgui.exe",
    "shortcuts": [
        [
            "transgui.exe",
            "Transmission Remote GUI"
        ]
    ],
    "persist": "transgui.ini",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/transmission-remote-gui/transgui/releases/download/v$version/transgui-$version-x86_64-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/transmission-remote-gui/transgui/releases/download/v$version/transgui-$version-i386-win32.zip"
            }
        }
    }
}
