From 8773728ca35da1af6cce9231fcdc69b3ce3aa1c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 08:30:17 +0000 Subject: [PATCH] uncrustify: Update to version 0.75.0 --- bucket/uncrustify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index 5641086d9d..e41021a7d9 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -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", "homepage": "http://uncrustify.sourceforge.net", "license": "LGPL-2.1-only", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.74.0/uncrustify-0.74.0_f-win64.zip", - "hash": "sha1:fc50ee67114b8f53df7e0c7d1174fd738cb8a39b" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.75.0/uncrustify-0.75.0_f-win64.zip", + "hash": "sha1:36324e8a5593262d3d01be14518ee47ad0ef0016" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.74.0/uncrustify-0.74.0_f-win32.zip", - "hash": "sha1:2a5b566c0de4c2240556e60bb7b1de702fe7a341" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.75.0/uncrustify-0.75.0_f-win32.zip", + "hash": "sha1:59dd4a5384155bb37dca408c37fd8310aa54fc71" } }, "bin": "bin\\uncrustify.exe",