From 64a70570c8b71eb9caf8e3fa922c7a5acc683641 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:30:10 +0000 Subject: [PATCH] uncrustify: Update to version 0.78.1 --- bucket/uncrustify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index e18a0c7572..32544f4ecd 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,16 +1,16 @@ { - "version": "0.78.0", + "version": "0.78.1", "description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA", "homepage": "https://uncrustify.sourceforge.net", "license": "LGPL-2.1-only", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.78.0/uncrustify-0.78.0_f-win64.zip", - "hash": "sha1:c6eed177214b5872b2190c58bf171a9a87c33ac4" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.78.1/uncrustify-0.78.1_f-win64.zip", + "hash": "sha1:bf7905a4c925b7e681391ae9b8e55d249f11fd29" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.78.0/uncrustify-0.78.0_f-win32.zip", - "hash": "sha1:aa6803f23825d0b0a998f2469380871c807d9b2d" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.78.1/uncrustify-0.78.1_f-win32.zip", + "hash": "sha1:3dae3cb01e611249c5d5a0cb12a3fd2fc9b5526b" } }, "bin": "bin\\uncrustify.exe",