2020-04-05 02:35:31 +02:00

29 lines
1.1 KiB
JSON

{
"version": "1.3",
"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.3/bt2qbt_v1.3_amd64.exe#/bt2qbt.exe",
"hash": "68dabcbcdafe50e8810ee144d2de33ac298e4f40409846d0342e695e52f5d876"
},
"32bit": {
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.3/bt2qbt_v1.3_i386.exe#/bt2qbt.exe",
"hash": "d6aac8076c217835b0e88634983eef8cfc904e860db871e2c156e6c5ca36dc1b"
}
},
"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"
}
}
}
}