forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdont-sleep.json
41 lines (41 loc) · 1.22 KB
/
dont-sleep.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
{
"homepage": "http://www.softwareok.com/?Download=DontSleep",
"version": "4.22",
"license": "EULA",
"architecture": {
"64bit": {
"url": "https://www.softwareok.com/Download/DontSleep_x64.zip",
"hash": "46fd582df3f34420c9bbca71b6454f84af16d35a253732e369041cad067ae9af",
"shortcuts": [
[
"DontSleep_x64.exe",
"DontSleep"
]
]
},
"32bit": {
"url": "https://www.softwareok.com/Download/DontSleep.zip",
"hash": "f8c3869a30dac6dcf68ed9b45f92dd030206f9b13d69b23926a2389206cc0c4c",
"shortcuts": [
[
"DontSleep.exe",
"DontSleep"
]
]
}
},
"checkver": {
"url": "http://www.softwareok.com/?seite=Microsoft/DontSleep/History",
"re": "version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.softwareok.com/Download/DontSleep_x64.zip"
},
"32bit": {
"url": "https://www.softwareok.com/Download/DontSleep.zip"
}
}
}
}