generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathradarr.json
42 lines (42 loc) · 1.37 KB
/
radarr.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"version": "5.18.4.9674",
"description": "A fork of Sonarr to work with movies à la Couchpotato.",
"homepage": "https://radarr.video/",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v5.18.4.9674/Radarr.master.5.18.4.9674.windows-core-x64.zip",
"hash": "97901696f04ed0ce402efdc1a4a0021d86f706c64f108d17412f809cd8be0045"
},
"32bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v5.18.4.9674/Radarr.master.5.18.4.9674.windows-core-x86.zip",
"hash": "149d5f221e0438fd520ace96dad3b196ea053b83790d1ee0af72e4246e01aa80"
}
},
"extract_dir": "Radarr",
"bin": [
[
"Radarr.Console.exe",
"radarr"
]
],
"shortcuts": [
[
"Radarr.exe",
"Radarr"
]
],
"checkver": {
"github": "https://github.com/Radarr/Radarr"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v$version/Radarr.master.$version.windows-core-x64.zip"
},
"32bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v$version/Radarr.master.$version.windows-core-x86.zip"
}
}
}
}