From 139f955c598f66a2f2af99f87cb58cb45cde7d4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:31:56 +0000 Subject: [PATCH] uncrustify: Update to version 0.80.1 --- bucket/uncrustify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index 513cac325b..a9fb23ae0c 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,16 +1,16 @@ { - "version": "0.80.0", + "version": "0.80.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.80.0/uncrustify-0.80.0_f-win64.zip", - "hash": "sha1:ce5a8c0e92122b3088eeb83edf2e255277f6aa64" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.1/uncrustify-0.80.1_f-win64.zip", + "hash": "sha1:2eb774eb87cd2ee0238d98d0b71471e9a5477ed0" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.0/uncrustify-0.80.0_f-win32.zip", - "hash": "sha1:10b662fd06fb7cb4c5cd99601164875564933c3d" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.1/uncrustify-0.80.1_f-win32.zip", + "hash": "sha1:4f3ea2c5231b11d84014fa19328102c7e1d99837" } }, "bin": "bin\\uncrustify.exe",