From 67ed1a73b2bf73ec6d659680330ef9ed56176424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 23 Feb 2021 08:12:04 +0100 Subject: [PATCH] scc: Update to version 3.0.0 --- bucket/scc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/scc.json b/bucket/scc.json index c824511175..0d7201ec28 100644 --- a/bucket/scc.json +++ b/bucket/scc.json @@ -1,16 +1,16 @@ { - "version": "2.13.0", + "version": "3.0.0", "description": "Sloc, Cloc and Code (scc) is a very fast accurate code counter with complexity calculations and COCOMO estimates.", "homepage": "https://github.com/boyter/scc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-x86_64-pc-windows.zip", - "hash": "e71fffafb302b6ae4571ef426060d161a7ba568adc14b9bc81592a8b845fd714" + "url": "https://github.com/boyter/scc/releases/download/v3.0.0/scc-3.0.0-x86_64-pc-windows.zip", + "hash": "f3972acf03c09ff836071d1d173cb49281c8bc0f9682217118565ca62c5559b8" }, "32bit": { - "url": "https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-i386-pc-windows.zip", - "hash": "740790f39cdcd93f9902471e36fa15f97e4c9de4b11844f513f2e6036a943d93" + "url": "https://github.com/boyter/scc/releases/download/v3.0.0/scc-3.0.0-i386-pc-windows.zip", + "hash": "e1d02cda2f865cd18f0695ba08e376bb363939b8afafca4ad4ae1d8067e28f90" } }, "bin": "scc.exe",