mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.77.1",
|
|
"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-077.1/uncrustify-0.77.1_f-win64.zip",
|
|
"hash": "sha1:c6375f71a92c13559713f14247fcc8fb0b724515"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-077.1/uncrustify-0.77.1_f-win32.zip",
|
|
"hash": "sha1:92f047ce099fb264409903287c73f78da9bd8924"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|