tokei: Add version 12.0.4 (#1259)

This commit is contained in:
Hsiao-nan Cheung 2020-07-22 09:51:30 +08:00 committed by GitHub
parent ef16045608
commit 2943bb4d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/tokei.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "12.0.4",
"description": "Count your code, quickly.",
"homepage": "https://github.com/XAMPPRocky/tokei",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.0.4/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe",
"hash": "c223b42dc2854fac4c92976ddd3018d244ecddf0c873eb45c622475fee3409db"
},
"32bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.0.4/tokei-i686-pc-windows-msvc.exe#/tokei.exe",
"hash": "84790bf4626ff771d42e7734273eaf7459963b9cc7aa66ef8f114420d3ea01bd"
}
},
"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"
}
}
},
"notes": "For demo configure file 'tokei.toml', please see https://github.com/XAMPPRocky/tokei/blob/v12.0.4/tokei.example.toml"
}