uncrustify: Update to version 0.72.0 (#1585)

#150

Manual update, as I am not sure if the last dash is permanent or bug.
This commit is contained in:
Jakub Čábera 2020-11-15 22:40:55 +01:00 committed by GitHub
parent 1fdaef2cfa
commit a2f604fae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "0.71.0", "version": "0.72.0",
"homepage": "http://uncrustify.sourceforge.net",
"description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA", "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", "license": "LGPL-2.1-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.71.0/uncrustify-0.71.0_f-win64.zip", "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.72-0/uncrustify-0.72.0_f-win64.zip",
"hash": "sha1:824a45ac53f0f876844cc2a3a62f717c8d193e20" "hash": "sha1:3d275052e081cec7df6d12fbab9b83e6c1ab7115"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.71.0/uncrustify-0.71.0_f-win32.zip", "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.72-0/uncrustify-0.72.0_f-win32.zip",
"hash": "sha1:3d572f619da7dcc1c453ed6b0b7c9d997d397cb6" "hash": "sha1:bd5fb9ada818af3194e0514369cb945e174ea548"
} }
}, },
"bin": "uncrustify.exe", "bin": "uncrustify.exe",