Browse Source

Update scc to 3.0.0

master
Ashton Charbonneau 3 years ago
parent
commit
24c066483e
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      README.md
  2. 3
    3
      bucket/scc.json

+ 1
- 1
README.md View File

9
 - [hledger](https://hledger.org/) v1.18.1 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
9
 - [hledger](https://hledger.org/) v1.18.1 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
10
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.3.0.1/v2.3.1 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))
10
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.3.0.1/v2.3.1 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))
11
 - [Pomotroid](https://splode.github.io/pomotroid/) v0.11.1 ([GitHub releases](https://github.com/Splode/pomotroid/releases))
11
 - [Pomotroid](https://splode.github.io/pomotroid/) v0.11.1 ([GitHub releases](https://github.com/Splode/pomotroid/releases))
12
-- [scc](https://github.com/boyter/scc) v2.12.0 ([GitHub releases](https://github.com/boyter/scc/releases))
12
+- [scc](https://github.com/boyter/scc) v3.0.0 ([GitHub releases](https://github.com/boyter/scc/releases))
13
 - [W10Wheel.NET](https://github.com/ykon/w10wheel.net) v2.7.3 ([GitHub releases](https://github.com/ykon/w10wheel.net/releases))
13
 - [W10Wheel.NET](https://github.com/ykon/w10wheel.net) v2.7.3 ([GitHub releases](https://github.com/ykon/w10wheel.net/releases))

+ 3
- 3
bucket/scc.json View File

1
 {
1
 {
2
 	"homepage": "https://github.com/boyter/scc",
2
 	"homepage": "https://github.com/boyter/scc",
3
 	"description": "A tool similar to cloc, sloccount and tokei. For counting physical the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. The goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.",
3
 	"description": "A tool similar to cloc, sloccount and tokei. For counting physical the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. The goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.",
4
-	"version": "2.12.0",
4
+	"version": "3.0.0",
5
 	"license": "MIT",
5
 	"license": "MIT",
6
-	"url": "https://github.com/boyter/scc/releases/download/v2.12.0/scc-2.12.0-x86_64-pc-windows.zip",
7
-	"hash": "sha256:094A01D1CE3CCB71C1AC07CD31D1AA9332559C141ABB166D3E7B82F2ABC969B8",
6
+	"url": "https://github.com/boyter/scc/releases/download/v3.0.0/scc-3.0.0-x86_64-pc-windows.zip",
7
+	"hash": "sha256:F3972ACF03C09FF836071D1D173CB49281C8BC0F9682217118565CA62C5559B8",
8
 	"bin": [
8
 	"bin": [
9
 		[
9
 		[
10
 			"scc.exe",
10
 			"scc.exe",

Loading…
Cancel
Save