forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slack-beta.json
35 lines (35 loc) · 974 Bytes
/
slack-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
{
"homepage": "https://slack.com",
"description": "A collaboration hub for work.",
"version": "4.5.0",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://downloads.slack-edge.com/releases_beta_x64/slack-4.5.0-full.nupkg",
"hash": "sha1:46b3c98b011d3ae83af138406c5f2719c36fe191"
}
},
"extract_dir": "lib\\net45",
"bin": "slack.exe",
"shortcuts": [
[
"slack.exe",
"Slack"
]
],
"checkver": {
"url": "https://downloads.slack-edge.com/releases_beta_x64/RELEASES",
"regex": "slack-([0-9.]+(-beta[0-9a-f]+)?)-full.nupkg",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.slack-edge.com/releases_beta_x64/slack-$version-full.nupkg"
}
},
"hash": {
"url": "$baseurl/RELEASES"
}
}
}