ScoopInstaller_Main/bucket/uncrustify.json
2021-09-24 15:51:26 +08:00

32 lines
1.2 KiB
JSON

{
"version": "0.73.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.73.0/uncrustify-0.73.0_f-win64.zip",
"hash": "sha1:45400ad01cdd1e48a47cc538c6d0d38f09d17823"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.73.0/uncrustify-0.73.0_f-win32.zip",
"hash": "sha1:239cdb0f93f206ceffc369651462d90a064bcf36"
}
},
"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"
}
}
}
}