mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "0.68.1",
|
|
"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/uncrustify-0.68.1/uncrustify-0.68.1-win64.zip",
|
|
"hash": "sha1:3062fbc5ccd86011a94b659d85c2d4bc746ba556"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.68.1/uncrustify-0.68.1-win32.zip",
|
|
"hash": "sha1:ac6c5784e275bd0602cb0c2072336802c5d65497"
|
|
}
|
|
},
|
|
"notes": "32-bit version is unavailable in the latest release",
|
|
"homepage": "http://uncrustify.sourceforge.net/",
|
|
"bin": "uncrustify.exe",
|
|
"checkver": {
|
|
"re": "/releases/tag/uncrustify-([\\d.]+)",
|
|
"github": "https://github.com/uncrustify/uncrustify"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-$version/uncrustify-$version-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-$version/uncrustify-$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|