mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.76.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.76.0/uncrustify-0.76.0_f-win64.zip",
|
|
"hash": "sha1:37d3a800166848b951169268d086d2ec7a70b656"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.76.0/uncrustify-0.76.0_f-win32.zip",
|
|
"hash": "sha1:b33f5284033a937f090b19a0cbd9d051eba31d9c"
|
|
}
|
|
},
|
|
"bin": "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"
|
|
}
|
|
}
|
|
}
|
|
}
|