ScoopInstaller_Main/bucket/uncrustify.json
2025-05-17 16:29:20 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.81.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.81.0/uncrustify-0.81.0_f-win64.zip",
"hash": "sha1:5c675c20cb478246be017077c7001300a906db1b"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.81.0/uncrustify-0.81.0_f-win32.zip",
"hash": "sha1:541508ffe5fce641a1143396182f0436051689b3"
}
},
"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"
}
}
}
}