ScoopInstaller_Main/bucket/uncrustify.json
2020-05-12 16:01:48 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.71.0",
"homepage": "http://uncrustify.sourceforge.net",
"description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.71.0/uncrustify-0.71.0_f-win64.zip",
"hash": "sha1:824a45ac53f0f876844cc2a3a62f717c8d193e20"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.71.0/uncrustify-0.71.0_f-win32.zip",
"hash": "sha1:3d572f619da7dcc1c453ed6b0b7c9d997d397cb6"
}
},
"bin": "uncrustify.exe",
"checkver": {
"url": "https://sourceforge.net/projects/uncrustify/rss?path=/",
"regex": "uncrustify-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-$version/uncrustify-$version_f-win64.zip"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-$version/uncrustify-$version_f-win32.zip"
}
}
}
}