generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tautulli.json
29 lines (29 loc) · 994 Bytes
/
tautulli.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
{
"version": "2.15.0",
"description": "A python based web application for monitoring, analytics and notifications for Plex Media Server.",
"homepage": "https://tautulli.com/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/Tautulli/Tautulli/releases/download/v2.15.0/Tautulli-windows-v2.15.0-x64.exe#/dl.7z",
"hash": "db556f84ad19109269ea8cd132ee44bdff09af156b1f10b65ca75015e447221a"
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\uninstall.exe\" -Force -Recurse",
"shortcuts": [
[
"Tautulli.exe",
"Tautulli"
]
],
"checkver": {
"github": "https://github.com/Tautulli/Tautulli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Tautulli/Tautulli/releases/download/v$version/Tautulli-windows-v$version-x64.exe#/dl.7z"
}
}
}
}