linsui f961e46af4 bt2qbt: Add 1.1 (#220)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-07-07 18:06:09 +08:00

29 lines
1.1 KiB
JSON

{
"version": "1.1",
"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.1/bt2qbt_v1.1_amd64.exe#/bt2qbt.exe",
"hash": "83f01ce46e5cfdf01dd92026ca871dc328a39a52bc9a59b5b797eb959ad06a83"
},
"32bit": {
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.1/bt2qbt_v1.1_i386.exe#/bt2qbt.exe",
"hash": "bfad2ced03cb89a3caae44bcce0f4cdb48d8f7cfdd47de59602ac9d8bb4a4903"
}
},
"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"
}
}
}
}