2020-12-29 22:48:49 +01:00

32 lines
1.4 KiB
JSON

{
"version": "12.1.1",
"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.1/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe",
"hash": "c6df9d7488e89b77fed4d28eef9918582fd7c7fc0a6c8675186c7b84c7cd988b"
},
"32bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.1/tokei-i686-pc-windows-msvc.exe#/tokei.exe",
"hash": "3a719bb0b9aefad07e1eaf4382c7e6a5a00aa0f22675126fee565f496c0e556a"
}
},
"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"
}
}
}
}