From 36c147bd6cd28cde88daaf4f0a086ce126912d46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 08:29:42 +0000 Subject: [PATCH] uncrustify: Update to version 0.82.0 --- bucket/uncrustify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index 9666fc5ac5..186a4d8871 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,16 +1,16 @@ { - "version": "0.81.0", + "version": "0.82.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.81.0/uncrustify-0.81.0_f-win64.zip", - "hash": "sha1:5c675c20cb478246be017077c7001300a906db1b" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.82.0/uncrustify-0.82.0_f-win64.zip", + "hash": "sha1:804a5ce96afcad89c393185a471c632b04afaa31" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.81.0/uncrustify-0.81.0_f-win32.zip", - "hash": "sha1:541508ffe5fce641a1143396182f0436051689b3" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.82.0/uncrustify-0.82.0_f-win32.zip", + "hash": "sha1:7b7046f7699c2a3f20df3165c43e620f62b730fa" } }, "bin": "bin\\uncrustify.exe",