mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.4",
|
|
"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.4/bt2qbt_v1.4_amd64.exe#/bt2qbt.exe",
|
|
"hash": "3d92b011f63ad99f5cc9cea0cd09dc8435a5641138e659c26552fc2c0e55e629"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.4/bt2qbt_v1.4_i386.exe#/bt2qbt.exe",
|
|
"hash": "e1dd31471b0e837a7edfcea31c0f7e78012342164185d4c22721e1bd86776465"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|