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": "https://www.softwareok.com/?Download=DontSleep",
"version": "4.51",
"license": "EULA",
"architecture": {
"64bit": {
"url": "https://www.softwareok.com/Download/DontSleep_x64.zip",
"hash": "913a87ab9e438b3220776fc6f02f1f11f5dfb72925bcb963ae874b71fcbeaaa0",
"shortcuts": [
[
"DontSleep_x64.exe",
"DontSleep"
]
]
},
"32bit": {
"url": "https://www.softwareok.com/Download/DontSleep.zip",
"hash": "d74bb202a55cec33e3f24cd9cb83f60c7fabb4fe342b5aa4db9cc383de015625",
"shortcuts": [
[
"DontSleep.exe",
"DontSleep"
]
]
}
},
"checkver": {
"url": "https://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"
}
}
}
}