From a2f604fae5a8ceddcdca50cca1452b156412aa7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 15 Nov 2020 22:40:55 +0100 Subject: [PATCH] uncrustify: Update to version 0.72.0 (#1585) #150 Manual update, as I am not sure if the last dash is permanent or bug. --- bucket/uncrustify.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index 72dda7bfa1..d50b089ad5 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,16 +1,16 @@ { - "version": "0.71.0", - "homepage": "http://uncrustify.sourceforge.net", + "version": "0.72.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.71.0/uncrustify-0.71.0_f-win64.zip", - "hash": "sha1:824a45ac53f0f876844cc2a3a62f717c8d193e20" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.72-0/uncrustify-0.72.0_f-win64.zip", + "hash": "sha1:3d275052e081cec7df6d12fbab9b83e6c1ab7115" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.71.0/uncrustify-0.71.0_f-win32.zip", - "hash": "sha1:3d572f619da7dcc1c453ed6b0b7c9d997d397cb6" + "url": "https://downloads.sourceforge.net/project/uncrustify/uncrustify-0.72-0/uncrustify-0.72.0_f-win32.zip", + "hash": "sha1:bd5fb9ada818af3194e0514369cb945e174ea548" } }, "bin": "uncrustify.exe",