From 86fc10c7ea78b43ac60f447306d5cb644ce2d322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:30:28 +0000 Subject: [PATCH] uncrustify: Update to version 0.80.0 --- bucket/uncrustify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index 128e04358d619..513cac325bd7f 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,16 +1,16 @@ { - "version": "0.79.0", + "version": "0.80.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.79.0/uncrustify-0.79.0_f-win64.zip", - "hash": "sha1:0bf0976d2c44de26d64af2b108100e21dc781e9d" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.0/uncrustify-0.80.0_f-win64.zip", + "hash": "sha1:ce5a8c0e92122b3088eeb83edf2e255277f6aa64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.79.0/uncrustify-0.79.0_f-win32.zip", - "hash": "sha1:3a08492df6d66a54a394ce5b247a9db0b04f4d2e" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.80.0/uncrustify-0.80.0_f-win32.zip", + "hash": "sha1:10b662fd06fb7cb4c5cd99601164875564933c3d" } }, "bin": "bin\\uncrustify.exe",