forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
discord.json
29 lines (29 loc) · 862 Bytes
/
discord.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
{
"homepage": "https://discordapp.com/",
"description": "Free Voice and Text Chat",
"license": {
"identifier": "Freeware",
"url": "https://discordapp.com/terms"
},
"version": "0.0.301",
"url": "http://dl.discordapp.net/apps/win/Discord-0.0.301-full.nupkg#/dl.7z",
"hash": "sha1:B3926D6EE5C616D1A0F1CC23546B636262FD5834",
"bin": "Discord.exe",
"extract_dir": "lib\\net45",
"shortcuts": [
[
"Discord.exe",
"Discord"
]
],
"checkver": {
"url": "https://discordapp.com/api/updates/stable/RELEASES",
"re": "Discord-([\\d.]+)"
},
"autoupdate": {
"url": "http://dl.discordapp.net/apps/win/Discord-$version-full.nupkg#/dl.7z",
"hash": {
"url": "https://discordapp.com/api/updates/stable/RELEASES"
}
}
}