mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.10",
|
|
"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.10/bt2qbt_v1.10_amd64.exe#/bt2qbt.exe",
|
|
"hash": "79c316b2d9c2b7aca968e8e30225435d167274553e567a66adaea96ca1245de4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.10/bt2qbt_v1.10_i386.exe#/bt2qbt.exe",
|
|
"hash": "3b1228501e624a79837df7ccf0dfb4183afe3ab9c22173a0e3c54fdfaf3c3428"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|