From 5fe71549b20a7f23ec9b6cb3248c3418706a89e8 Mon Sep 17 00:00:00 2001 From: Ciffelia Date: Sun, 24 Oct 2021 17:11:19 +0900 Subject: [PATCH] cloc: Update to version 1.90 (#2799) * cloc: Update to version 1.90 * cloc: Fix checkver and autoupdate --- bucket/cloc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cloc.json b/bucket/cloc.json index b5633c3978..b2e93b4429 100644 --- a/bucket/cloc.json +++ b/bucket/cloc.json @@ -1,16 +1,16 @@ { - "version": "1.88", + "version": "1.90", "description": "Counts blank lines, comment lines, and physical lines of source code in many programming languages", "homepage": "https://github.com/AlDanial/cloc", "license": "GPL-2.0-only|Artistic-2.0", - "url": "https://github.com/AlDanial/cloc/releases/download/1.88/cloc-1.88.exe#/cloc.exe", - "hash": "97d5d2631d1cccdbfd99267ab8a4cf5968816bbe52c0f9324e72e768857f642d", + "url": "https://github.com/AlDanial/cloc/releases/download/v1.90/cloc-1.90.exe#/cloc.exe", + "hash": "d655caae55486f9bac39f7e3c7b7553bcfcfe2b88914c79bfc328055f22b8a37", "bin": "cloc.exe", "checkver": { "url": "https://github.com/AlDanial/cloc/releases", - "regex": "/releases/tag/([\\d.]+)" + "regex": "/releases/tag/(?v?)(?[\\d.]+)" }, "autoupdate": { - "url": "https://github.com/AlDanial/cloc/releases/download/$version/cloc-$version.exe#/cloc.exe" + "url": "https://github.com/AlDanial/cloc/releases/download/$matchPrefix$version/cloc-$version.exe#/cloc.exe" } }