From 8129004d27d8e2f7534eabc47d9c52c44d39714d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 16:29:20 +0000 Subject: [PATCH] uncrustify: Update to version 0.81.0 --- bucket/uncrustify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index a9fb23ae0c..9666fc5ac5 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,16 +1,16 @@ { - "version": "0.80.1", + "version": "0.81.0", "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.1/uncrustify-0.80.1_f-win64.zip", - "hash": "sha1:2eb774eb87cd2ee0238d98d0b71471e9a5477ed0" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.81.0/uncrustify-0.81.0_f-win64.zip", + "hash": "sha1:5c675c20cb478246be017077c7001300a906db1b" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.1/uncrustify-0.80.1_f-win32.zip", - "hash": "sha1:4f3ea2c5231b11d84014fa19328102c7e1d99837" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.81.0/uncrustify-0.81.0_f-win32.zip", + "hash": "sha1:541508ffe5fce641a1143396182f0436051689b3" } }, "bin": "bin\\uncrustify.exe",