From 9b38e813df12b3201d9b3ad72b731ae09cfde428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:30:35 +0000 Subject: [PATCH] uncrustify: Update to version 0.76.0 --- bucket/uncrustify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index 3a9aca9fcc..2107f52de3 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,16 +1,16 @@ { - "version": "0.73.0", + "version": "0.76.0", "description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA", "homepage": "http://uncrustify.sourceforge.net", "license": "LGPL-2.1-only", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.73.0/uncrustify-0.73.0_f-win64.zip", - "hash": "sha1:45400ad01cdd1e48a47cc538c6d0d38f09d17823" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.76.0/uncrustify-0.76.0_f-win64.zip", + "hash": "sha1:37d3a800166848b951169268d086d2ec7a70b656" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.73.0/uncrustify-0.73.0_f-win32.zip", - "hash": "sha1:239cdb0f93f206ceffc369651462d90a064bcf36" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.76.0/uncrustify-0.76.0_f-win32.zip", + "hash": "sha1:b33f5284033a937f090b19a0cbd9d051eba31d9c" } }, "bin": "bin\\uncrustify.exe",