From f48cf6e554e6839fec7ffbd513b15c7a464e76c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 00:37:45 +0000 Subject: [PATCH] astyle: Update to version 3.6.8 --- bucket/astyle.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/astyle.json b/bucket/astyle.json index 7635abc971..3c8205148f 100644 --- a/bucket/astyle.json +++ b/bucket/astyle.json @@ -1,18 +1,18 @@ { - "version": "3.6.7", + "version": "3.6.8", "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.6/astyle-3.6.7-x64.zip", - "hash": "sha1:1d68b247210a6a233047deab9e4179bb7248944b", - "extract_dir": "astyle-3.6.7-x64" + "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.8-x64.zip", + "hash": "sha1:a2bc7e4a30e4e39f52de16a08ef008c4a4381ac7", + "extract_dir": "astyle-3.6.8-x64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.7.zip", - "hash": "sha1:5aff1b436116f1bb4329c44813e34367c202d5f8", - "extract_dir": "astyle-3.6.7" + "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.8.zip", + "hash": "sha1:00c813005ef05c06fad3853c365301ef1ec5d21c", + "extract_dir": "astyle-3.6.8" } }, "bin": "astyle.exe",