tokei: Update to version 12.1.2

This commit is contained in:
Jakub Čábera 2021-01-13 07:15:23 +01:00
parent 0f16a94048
commit b22a1f4ab9

View File

@ -1,17 +1,17 @@
{ {
"version": "12.1.1", "version": "12.1.2",
"description": "Count your code, quickly.", "description": "Count your code, quickly.",
"homepage": "https://github.com/XAMPPRocky/tokei", "homepage": "https://github.com/XAMPPRocky/tokei",
"license": "Apache-2.0", "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", "notes": "For demo configure file 'tokei.toml', please see https://github.com/XAMPPRocky/tokei/blob/v12.0.4/tokei.example.toml",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.1/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe", "url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe",
"hash": "c6df9d7488e89b77fed4d28eef9918582fd7c7fc0a6c8675186c7b84c7cd988b" "hash": "b1d6c4b18f5fa238bd2c6e47caa65a7a3e4a1bd0de6df0b7c19c8083c941f57b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.1/tokei-i686-pc-windows-msvc.exe#/tokei.exe", "url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-i686-pc-windows-msvc.exe#/tokei.exe",
"hash": "3a719bb0b9aefad07e1eaf4382c7e6a5a00aa0f22675126fee565f496c0e556a" "hash": "451219f8384301293f36fa04abdb50fb3a95fddb0bc10efff9c4496d1ed0817d"
} }
}, },
"pre_install": "if (!(Test-Path \"$persist_dir\\tokei.toml\")) { New-Item \"$dir\\tokei.toml\" | Out-Null }", "pre_install": "if (!(Test-Path \"$persist_dir\\tokei.toml\")) { New-Item \"$dir\\tokei.toml\" | Out-Null }",