From 9d552a34efcdd4c82fc36a156c10aa7beb216f56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:25:33 +0000 Subject: [PATCH] astyle: Update to version 3.4.12 --- bucket/astyle.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/astyle.json b/bucket/astyle.json index 71c51ddbf2..ca162fd408 100644 --- a/bucket/astyle.json +++ b/bucket/astyle.json @@ -1,18 +1,18 @@ { - "version": "3.4.11", + "version": "3.4.12", "description": "A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code", "homepage": "https://astyle.sourceforge.net/", "license": "MIT", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.11-x64.zip", - "hash": "sha1:adfe937774e69c7d9a62893e2358b2dbbbe714ff", - "extract_dir": "astyle-3.4.11-x64" + "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.12-x64.zip", + "hash": "sha1:6b97dc7e73e764aa443f857ad2aa0fc4a0f12175", + "extract_dir": "astyle-3.4.12-x64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.11.zip", - "hash": "sha1:ab74df22d8906bf21cfb35f55565b7a15605bf91", - "extract_dir": "astyle-3.4.11" + "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.12.zip", + "hash": "sha1:b1b10c2c2d6933fccac7c4d167c74f9bb3ebc03c", + "extract_dir": "astyle-3.4.12" } }, "bin": "astyle.exe",