ScoopInstaller_Main/bucket/uncrustify.json
2023-11-16 20:24:45 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.78.0",
"description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
"homepage": "https://uncrustify.sourceforge.net",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.78.0/uncrustify-0.78.0_f-win64.zip",
"hash": "sha1:c6eed177214b5872b2190c58bf171a9a87c33ac4"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.78.0/uncrustify-0.78.0_f-win32.zip",
"hash": "sha1:aa6803f23825d0b0a998f2469380871c807d9b2d"
}
},
"bin": "bin\\uncrustify.exe",
"checkver": {
"sourceforge": "uncrustify",
"regex": "uncrustify-(?<fver>[\\d.]+)/uncrustify-([\\d.]+)_"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-$matchFver/uncrustify-$version_f-win64.zip"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-$matchFver/uncrustify-$version_f-win32.zip"
}
}
}
}