-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathslack.json
37 lines (37 loc) · 1.01 KB
/
slack.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
{
"version": "4.42.115",
"description": "Collaboration software",
"homepage": "https://slack.com",
"license": {
"identifier": "Freeware",
"url": "https://slack.com/intl/en-nl/legal"
},
"architecture": {
"64bit": {
"url": "https://downloads.slack-edge.com/desktop-releases/windows/x64/4.42.115/slack-4.42.115-full.nupkg",
"hash": "sha1:04935b88cf0b4b97522e067085c3ebebe0212e15"
}
},
"extract_dir": "lib\\net45",
"bin": "slack.exe",
"shortcuts": [
[
"slack.exe",
"Slack"
]
],
"checkver": {
"url": "https://slack.com/release-notes/windows",
"regex": "<h2 .+?>Slack ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.slack-edge.com/desktop-releases/windows/x64/$version/slack-$version-full.nupkg"
}
},
"hash": {
"url": "$baseurl/RELEASES"
}
}
}