ScoopInstaller_Main/bucket/uncrustify.json
2019-11-18 23:27:31 -08:00

33 lines
1.3 KiB
JSON

{
"version": "0.69.0",
"homepage": "http://uncrustify.sourceforge.net",
"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.69.0/uncrustify-0.69.0-win64.zip",
"hash": "sha1:07ae9769de653e5df54dcd251c1e5dd4f8a551d5"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.69.0/uncrustify-0.69.0-win32.zip",
"hash": "sha1:734e4a01c41631bacf45674a708fc197060e2bff"
}
},
"notes": "32-bit version is unavailable in the latest release",
"bin": "uncrustify.exe",
"checkver": {
"url": "https://sourceforge.net/projects/uncrustify/rss?path=/uncrustify",
"regex": "uncrustify-([\\d.]+)"
},
"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"
}
}
}
}