uncrustify: Update to version 0.75.0

This commit is contained in:
github-actions[bot] 2022-05-05 16:30:40 +00:00
parent 6ba9ad9275
commit 28cd7a0332

View File

@ -1,16 +1,16 @@
{ {
"version": "0.74.0", "version": "0.75.0",
"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", "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.74.0/uncrustify-0.74.0_f-win64.zip", "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.75.0/uncrustify-0.75.0_f-win64.zip",
"hash": "sha1:fc50ee67114b8f53df7e0c7d1174fd738cb8a39b" "hash": "sha1:9a83e35832026e44df510d0b7d458e999ae900f3"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.74.0/uncrustify-0.74.0_f-win32.zip", "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.75.0/uncrustify-0.75.0_f-win32.zip",
"hash": "sha1:2a5b566c0de4c2240556e60bb7b1de702fe7a341" "hash": "sha1:1da158ec8f21eff2c91f2362938e55a028cf70fe"
} }
}, },
"bin": "bin\\uncrustify.exe", "bin": "bin\\uncrustify.exe",