mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.70.1",
|
|
"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.70.1/uncrustify-0.70.1_f-win64.zip",
|
|
"hash": "sha1:eb95d5c36890352c772f387aea28d910fc5cbfef"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.70.1/uncrustify-0.70.1_f-win32.zip",
|
|
"hash": "sha1:c8366484e493a080d59945492229d6821f263d13"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|