-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsimple-dnscrypt.json
39 lines (39 loc) · 1.27 KB
/
simple-dnscrypt.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
{
"architecture": {
"32bit": {
"hash": "e3a288e0201618dd695967bb4d1d28707102366e3227f5536537869b64d1a37c",
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.6/SimpleDNSCrypt.msi"
},
"64bit": {
"hash": "ee5711a2cbf56698cb8d69cbd216c155e916613b2739cba3338f00ad542c2d1e",
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.6/SimpleDNSCrypt64.msi"
}
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/$version/SimpleDNSCrypt.msi"
},
"64bit": {
"url": "https://github.com/bitbeans/SimpleDnsCrypt/releases/download/$version/SimpleDNSCrypt64.msi"
}
}
},
"bin": "SimpleDnsCrypt.exe",
"checkver": {
"github": "https://github.com/bitbeans/SimpleDnsCrypt"
},
"description": "Simple management tool for dnscrypt-proxy",
"homepage": "https://simplednscrypt.org/",
"license": "MIT",
"shortcuts": [
[
"SimpleDnsCrypt.exe",
"Simple DNSCrypt"
]
],
"uninstaller": {
"file": "Uninstall.exe"
},
"version": "0.6.6"
}