ScoopInstaller_Main/bucket/uncrustify.json
2022-05-05 16:30:40 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.75.0",
"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.0/uncrustify-0.75.0_f-win64.zip",
"hash": "sha1:9a83e35832026e44df510d0b7d458e999ae900f3"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.75.0/uncrustify-0.75.0_f-win32.zip",
"hash": "sha1:1da158ec8f21eff2c91f2362938e55a028cf70fe"
}
},
"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"
}
}
}
}