-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtokei.json
31 lines (31 loc) · 1.4 KB
/
tokei.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
{
"version": "12.1.2",
"description": "Count your code, quickly.",
"homepage": "https://github.com/XAMPPRocky/tokei",
"license": "Apache-2.0",
"notes": "For demo configure file 'tokei.toml', please see https://github.com/XAMPPRocky/tokei/blob/v12.0.4/tokei.example.toml",
"architecture": {
"64bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe",
"hash": "b1d6c4b18f5fa238bd2c6e47caa65a7a3e4a1bd0de6df0b7c19c8083c941f57b"
},
"32bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-i686-pc-windows-msvc.exe#/tokei.exe",
"hash": "451219f8384301293f36fa04abdb50fb3a95fddb0bc10efff9c4496d1ed0817d"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\tokei.toml\")) { New-Item \"$dir\\tokei.toml\" | Out-Null }",
"bin": "tokei.exe",
"persist": "tokei.toml",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v$version/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe"
},
"32bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v$version/tokei-i686-pc-windows-msvc.exe#/tokei.exe"
}
}
}
}