-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathAdguardHome.json
31 lines (31 loc) · 1.16 KB
/
AdguardHome.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
{
"homepage": "https://adguard.com/adguard-home.html",
"license": "GPL-3.0-or-later",
"version": "0.107.55",
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.55/AdGuardHome_windows_amd64.zip",
"hash": "0700289e3cafd9acdccae440c3ef5ac678d91920ffe2450d29b4a6c611fb4a79"
},
"32bit": {
"url": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.55/AdGuardHome_windows_386.zip",
"hash": "c91b4461a250d93b188c546a09b9a37e639512afbf1ae5f3c1abbb2877cc2874"
}
},
"extract_dir": "AdGuardHome",
"bin": "AdGuardHome.exe",
"persist": "data",
"checkver": {
"github": "https://github.com/AdguardTeam/AdGuardHome"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v$version/AdGuardHome_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v$version/AdGuardHome_windows_386.zip"
}
}
}
}