mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.16",
|
|
"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.16/bt2qbt_v1.16_amd64.exe#/bt2qbt.exe",
|
|
"hash": "ab9b0400f8ae51c23f4a662d516867082848ac41d09abec818885f3ba0e3e55e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.16/bt2qbt_v1.16_i386.exe#/bt2qbt.exe",
|
|
"hash": "3fc06efb3e533cb2c996cf6fd21522cc84f31431b087f5f333917b8881be1f81"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|