mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"version": "4.3",
|
|
"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.3/WinBox_Windows.zip",
|
|
"hash": "f2dc282abe7e1b8f63b13b2ba6a893b6d1c16671e2c8f8a6a5a9d3956f36100b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|