ScoopInstaller_Main/bucket/uncrustify.json
2024-05-15 12:31:48 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.79.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.79.0/uncrustify-0.79.0_f-win64.zip",
"hash": "sha1:0bf0976d2c44de26d64af2b108100e21dc781e9d"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.79.0/uncrustify-0.79.0_f-win32.zip",
"hash": "sha1:3a08492df6d66a54a394ce5b247a9db0b04f4d2e"
}
},
"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"
}
}
}
}