ScoopInstaller_Main/bucket/uncrustify.json
Jakub Čábera a2f604fae5
uncrustify: Update to version 0.72.0 (#1585)
#150

Manual update, as I am not sure if the last dash is permanent or bug.
2020-11-15 13:40:55 -08:00

32 lines
1.2 KiB
JSON

{
"version": "0.72.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.72-0/uncrustify-0.72.0_f-win64.zip",
"hash": "sha1:3d275052e081cec7df6d12fbab9b83e6c1ab7115"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.72-0/uncrustify-0.72.0_f-win32.zip",
"hash": "sha1:bd5fb9ada818af3194e0514369cb945e174ea548"
}
},
"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"
}
}
}
}