2020-07-06 08:52:37 +02:00

29 lines
1.1 KiB
JSON

{
"version": "1.6",
"description": "Cli tool for export from uTorrent/Bittorrent into qBittorrent.",
"homepage": "https://github.com/rumanzo/bt2qbt/",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.6/bt2qbt_v1.6_amd64.exe#/bt2qbt.exe",
"hash": "6ccf910b3aade210a3b4f498b7080546844d22b15a82c8d1af8515aceece6d4c"
},
"32bit": {
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.6/bt2qbt_v1.6_i386.exe#/bt2qbt.exe",
"hash": "6e872d4572c9cea455010ebd4555dcccafcb5a24e81871db8a2762e939bf2e1a"
}
},
"bin": "bt2qbt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v$version/bt2qbt_v$version_amd64.exe#/bt2qbt.exe"
},
"32bit": {
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v$version/bt2qbt_v$version_i386.exe#/bt2qbt.exe"
}
}
}
}