{
    "version": "4.6.3.10",
    "description": "qBittorrent BitTorrent client with anti-leech enhancements",
    "homepage": "https://github.com/c0re100/qBittorrent-Enhanced-Edition",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.6.3.10/qbittorrent_enhanced_4.6.3.10_x64_setup.exe#/dl.7z",
            "hash": "9dfea47fa8151af92b2fcda00f21337b7a5000a96106aabab9af33b7067ba90c"
        },
        "32bit": {
            "url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.6.3.10/qbittorrent_enhanced_4.6.3.10_setup.exe#/dl.7z",
            "hash": "9d0fdc71a1408c1ba610834158482dfd8c618a81e17c37fd80387f6898c61923"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst.exe\" -Force -Recurse",
    "bin": "qbittorrent.exe",
    "shortcuts": [
        [
            "qbittorrent.exe",
            "qBittorrent Enhanced Edition"
        ]
    ],
    "persist": "profile",
    "checkver": {
        "github": "https://github.com/c0re100/qBittorrent-Enhanced-Edition",
        "regex": "releases/tag/release-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-$version/qbittorrent_enhanced_$version_x64_setup.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-$version/qbittorrent_enhanced_$version_setup.exe#/dl.7z"
            }
        }
    }
}
