forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbt2qbt.json
28 lines (28 loc) · 1.1 KB
/
bt2qbt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "1.6",
"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.6/bt2qbt_v1.6_amd64.exe#/bt2qbt.exe",
"hash": "6ccf910b3aade210a3b4f498b7080546844d22b15a82c8d1af8515aceece6d4c"
},
"32bit": {
"url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.6/bt2qbt_v1.6_i386.exe#/bt2qbt.exe",
"hash": "6e872d4572c9cea455010ebd4555dcccafcb5a24e81871db8a2762e939bf2e1a"
}
},
"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"
}
}
}
}