forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarnac.json
29 lines (29 loc) · 975 Bytes
/
carnac.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
{
"version": "2.2.155",
"description": "A utility to give some insight into how you use your keyboard.",
"homepage": "http://carnackeys.com/",
"license": {
"identifier": "MS-PL",
"url": "https://github.com/Code52/carnac/blob/master/LICENSE.md"
},
"notes": ".NET Framework 4.5.2 is required.",
"url": "https://github.com/Code52/carnac/releases/download/2.2.155/carnac-2.2.155-full.nupkg",
"hash": "sha1:ce5778baec142883817c44e4eec00769fd799dc3",
"extract_dir": "lib\\net45",
"persist": "Keymaps",
"shortcuts": [
[
"Carnac.exe",
"Carnac"
]
],
"checkver": {
"github": "https://github.com/Code52/carnac/"
},
"autoupdate": {
"url": "https://github.com/Code52/carnac/releases/download/$version/carnac-$version-full.nupkg",
"hash": {
"url": "https://github.com/Code52/carnac/releases/download/$version/RELEASES"
}
}
}