{
    "version": "4.1",
    "description": "A small utility that allows administration of MikroTik RouterOS using a fast and simple GUI.",
    "homepage": "https://mikrotik.com/winbox",
    "license": {
        "identifier": "Freeware",
        "url": "https://mikrotik.com/software/legal"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.mikrotik.com/routeros/winbox/4.1/WinBox_Windows.zip",
            "hash": "3201236cc21b19a2889066d2faea9dd4ccf0a4e54c895d747388451a20bbd752"
        }
    },
    "bin": [
        [
            "WinBox.exe",
            "winbox"
        ]
    ],
    "shortcuts": [
        [
            "WinBox.exe",
            "RouterOS WinBox"
        ]
    ],
    "checkver": {
        "url": "https://mikrotik.com/download/winbox",
        "regex": ">v([\\d.]+)<"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.mikrotik.com/routeros/winbox/$version/WinBox_Windows.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
