Aliaksandr Belik 4182939f41
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
2023-12-25 04:15:49 +08:00

39 lines
1.5 KiB
JSON

{
"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.2.0/scc_Windows_x86_64.zip",
"hash": "665a230983967f651723a06676c925314a0875637a16bf636d83661adf079d5c"
},
"32bit": {
"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",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"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_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/boyter/scc/releases/download/v$version/scc_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}