diff --git a/bucket/tokei.json b/bucket/tokei.json index 794761132a..ea6e8a02a9 100644 --- a/bucket/tokei.json +++ b/bucket/tokei.json @@ -1,16 +1,17 @@ { - "version": "12.0.4", + "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.0.4/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe", - "hash": "c223b42dc2854fac4c92976ddd3018d244ecddf0c873eb45c622475fee3409db" + "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.0.4/tokei-i686-pc-windows-msvc.exe#/tokei.exe", - "hash": "84790bf4626ff771d42e7734273eaf7459963b9cc7aa66ef8f114420d3ea01bd" + "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 }", @@ -26,6 +27,5 @@ "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" + } }