From b22a1f4ab9477aeebd747b41ebc30d29b3ce5e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 Jan 2021 07:15:23 +0100 Subject: [PATCH] tokei: Update to version 12.1.2 --- bucket/tokei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tokei.json b/bucket/tokei.json index ea6e8a02a9..206e1d1b4a 100644 --- a/bucket/tokei.json +++ b/bucket/tokei.json @@ -1,17 +1,17 @@ { - "version": "12.1.1", + "version": "12.1.2", "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" + "url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-pc-windows-msvc.exe#/tokei.exe", + "hash": "b1d6c4b18f5fa238bd2c6e47caa65a7a3e4a1bd0de6df0b7c19c8083c941f57b" }, "32bit": { - "url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.1/tokei-i686-pc-windows-msvc.exe#/tokei.exe", - "hash": "3a719bb0b9aefad07e1eaf4382c7e6a5a00aa0f22675126fee565f496c0e556a" + "url": "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-i686-pc-windows-msvc.exe#/tokei.exe", + "hash": "451219f8384301293f36fa04abdb50fb3a95fddb0bc10efff9c4496d1ed0817d" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\tokei.toml\")) { New-Item \"$dir\\tokei.toml\" | Out-Null }",