mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
32 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|