ScoopInstaller_Main/bucket/uncrustify.json
2023-11-20 12:30:10 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.78.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-0.78.1/uncrustify-0.78.1_f-win64.zip",
"hash": "sha1:bf7905a4c925b7e681391ae9b8e55d249f11fd29"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.78.1/uncrustify-0.78.1_f-win32.zip",
"hash": "sha1:3dae3cb01e611249c5d5a0cb12a3fd2fc9b5526b"
}
},
"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"
}
}
}
}