mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
tokei: Add version 12.0.4 (#1259)
This commit is contained in:
parent
ef16045608
commit
2943bb4d95
31
bucket/tokei.json
Normal file
31
bucket/tokei.json
Normal 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"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user