ScoopInstaller_Main/bucket/uncrustify.json
2022-05-14 12:31:36 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.75.1",
"description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
"homepage": "http://uncrustify.sourceforge.net",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.75.1/uncrustify-0.75.1_f-win64.zip",
"hash": "sha1:86aa71e33276f2c72eb9e738ef9e3349075ecee1"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.75.1/uncrustify-0.75.1_f-win32.zip",
"hash": "sha1:617557b72a551be877ce36e223afb7b41b1bd326"
}
},
"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"
}
}
}
}