mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.5",
|
|
"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.5/bt2qbt_v1.5_amd64.exe#/bt2qbt.exe",
|
|
"hash": "f75d65520fb62255882977077bb0d3e812fdc3cf5fdb10f79a56cc1d960261e0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.5/bt2qbt_v1.5_i386.exe#/bt2qbt.exe",
|
|
"hash": "aa7db9020af645b7df25d3ca739e34a779fffb39eac009213351e49bcbf6dbaf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|