mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.80.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.80.1/uncrustify-0.80.1_f-win64.zip",
|
|
"hash": "sha1:2eb774eb87cd2ee0238d98d0b71471e9a5477ed0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.1/uncrustify-0.80.1_f-win32.zip",
|
|
"hash": "sha1:4f3ea2c5231b11d84014fa19328102c7e1d99837"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|