forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblink1control2.json
36 lines (36 loc) · 1.26 KB
/
blink1control2.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
{
"homepage": "https://blink1.thingm.com/",
"license": "Apache-2.0",
"version": "2.2.1",
"description": "Control and hook events to blink(1).",
"architecture": {
"64bit": {
"url": "https://github.com/todbot/Blink1Control2/releases/download/v2.2.1/Blink1Control2-2.2.1-win-x64.zip",
"hash": "7b70af361788edd4faffbf40f253ee0657dd05dd86b947578e36e3ac8fd0167e"
},
"32bit": {
"url": "https://github.com/todbot/Blink1Control2/releases/download/v2.2.1/Blink1Control2-2.2.1-win-ia32.zip",
"hash": "551dfdc654dbe983d617e8c13222ff6065041f7b20990ef82c65510bfd006167"
}
},
"bin": "Blink1Control2.exe",
"shortcuts": [
[
"Blink1Control2.exe",
"Blink1Control2"
]
],
"checkver": {
"github": "https://github.com/todbot/Blink1Control2"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/todbot/Blink1Control2/releases/download/v$version/Blink1Control2-$version-win-x64.zip"
},
"32bit": {
"url": "https://github.com/todbot/Blink1Control2/releases/download/v$version/Blink1Control2-$version-win-ia32.zip"
}
}
}
}