ScoopInstaller_Main/uncrustify.json
2018-11-20 14:00:28 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.68",
"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/uncrustify-0.68-win64.zip",
"hash": "sha1:0073150be47a2c682b5ef281e317ff1ae52077e1"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.68/uncrustify-0.68-win32.zip",
"hash": "sha1:7c98bc6d7cd3ab068ca15050b9dbb130aec47a3e"
}
},
"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"
}
}
}
}