forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whatsapp-beta.json
45 lines (45 loc) · 1.47 KB
/
whatsapp-beta.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
43
44
45
{
"version": "2.2237.0",
"description": "A cross-platform messaging and Voice over IP service.",
"homepage": "https://www.whatsapp.com",
"license": {
"identifier": "Freeware",
"url": "https://www.whatsapp.com/legal/"
},
"architecture": {
"64bit": {
"url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/WhatsApp-2.2237.0-full.nupkg#/dl.7z",
"hash": "sha1:c5e6cfeef44caf85bfb39b6bf92382b6a42b8191"
},
"32bit": {
"url": "https://web.whatsapp.com/desktop-beta/windows/release/ia32/WhatsApp-2.2237.0-full.nupkg#/dl.7z",
"hash": "sha1:4667930699cc1a3a61517c66f27ba2e77b59f54c"
}
},
"extract_dir": "lib\\net45",
"bin": "whatsapp.exe",
"shortcuts": [
[
"whatsapp.exe",
"WhatsApp"
]
],
"checkver": {
"url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/RELEASES",
"regex": "WhatsApp-([\\d.]+)-full\\.nupkg",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/WhatsApp-$version-full.nupkg#/dl.7z"
},
"32bit": {
"url": "https://web.whatsapp.com/desktop-beta/windows/release/ia32/WhatsApp-$version-full.nupkg#/dl.7z"
}
},
"hash": {
"url": "$baseurl/RELEASES"
}
}
}