mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
scc: Update to version 3.2.0, fix autoupdate (#5360)
* scc: Update to version 3.2.0, fix autoupdate * scc@3.2.0: Add arm64 version
This commit is contained in:
parent
7cd4577386
commit
4182939f41
@ -1,16 +1,20 @@
|
||||
{
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.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|Unlicense",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/boyter/scc/releases/download/v3.1.0/scc_3.1.0_Windows_x86_64.tar.gz",
|
||||
"hash": "ba1e43810ff830abfa05bee6dc31839844f142b949ecfaa8d6940dfc49506c83"
|
||||
"url": "https://github.com/boyter/scc/releases/download/v3.2.0/scc_Windows_x86_64.zip",
|
||||
"hash": "665a230983967f651723a06676c925314a0875637a16bf636d83661adf079d5c"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/boyter/scc/releases/download/v3.1.0/scc_3.1.0_Windows_i386.tar.gz",
|
||||
"hash": "615381e9e4d56f8101a706efdff48f61c2cf39cfc6455d248fbb335648fabc9b"
|
||||
"url": "https://github.com/boyter/scc/releases/download/v3.2.0/scc_Windows_i386.zip",
|
||||
"hash": "f4dc53b613ed01d2626914f2f1d27093d587df4580a5ccdc40c972f84c0a8ae4"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/boyter/scc/releases/download/v3.2.0/scc_Windows_arm64.zip",
|
||||
"hash": "e1977c2774859132bfe9a3b2d7af0511d433575f2e166bcd2edfbadc54b0b14c"
|
||||
}
|
||||
},
|
||||
"bin": "scc.exe",
|
||||
@ -18,10 +22,13 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_$version_Windows_x86_64.tar.gz"
|
||||
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_x86_64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_$version_Windows_i386.tar.gz"
|
||||
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_i386.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user