Skip to content

Commit e73c63b

Browse files
niheavenr15ch13
authored andcommitted
Pritunl Client: Add version 1.0.1953.32 (#2055)
* Pritunl: Add version 1.0.1953.32 * Rename to pritunl-client
1 parent df71798 commit e73c63b

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

bucket/pritunl-client.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"homepage": "https://client.pritunl.com",
3+
"description": "Open Source OpenVPN Client.",
4+
"version": "1.0.1953.32",
5+
"license": {
6+
"identifier": "Freeware",
7+
"url": "https://github.com/pritunl/pritunl-client-electron/blob/master/LICENSE"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://github.com/pritunl/pritunl-client-electron/releases/download/1.0.1953.32/Pritunl.exe",
12+
"hash": "556239d99f6bdda809b5117b1c1076d430dd5b92683d7dc80b8b82af9a22d5ab"
13+
}
14+
},
15+
"innosetup": true,
16+
"depends": "sudo",
17+
"post_install": "sudo \"$dir\\post_install.exe\"",
18+
"uninstaller": {
19+
"script": [
20+
"sudo \"$dir\\pre_uninstall.exe\"",
21+
"sudo Remove-Item 'C:\\ProgramData\\Pritunl' -Recurse -Force"
22+
]
23+
},
24+
"bin": [
25+
[
26+
"pritunl.exe",
27+
"pritunl",
28+
"--no-main"
29+
]
30+
],
31+
"shortcuts": [
32+
[
33+
"pritunl.exe",
34+
"Pritunl"
35+
]
36+
],
37+
"checkver": "([\\d.]+)/Pritunl.exe",
38+
"autoupdate": {
39+
"architecture": {
40+
"64bit": {
41+
"url": "https://github.com/pritunl/pritunl-client-electron/releases/download/$version/Pritunl.exe",
42+
"hash": {
43+
"url": "https://raw.githubusercontent.com/pritunl/pritunl-client-electron/master/SHA256",
44+
"regex": "$version[\\r\\n]+$sha256.*?$basename"
45+
}
46+
}
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)