From 92296d4ba1e7bb3078d464beee3763198de2d197 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:32:39 +0000 Subject: [PATCH] astyle: Update to version 3.6.5 --- bucket/astyle.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/astyle.json b/bucket/astyle.json index ddd1087687..94bfc00b69 100644 --- a/bucket/astyle.json +++ b/bucket/astyle.json @@ -1,18 +1,18 @@ { - "version": "3.6.3", + "version": "3.6.5", "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.3-x64.zip", - "hash": "sha1:73104ac1de6dab05181dd4fdfeb34192100eb1d6", - "extract_dir": "astyle-3.6.3-x64" + "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.5-x64.zip", + "hash": "sha1:de658a57a2de149a6d072b00bf93f17b07bfa686", + "extract_dir": "astyle-3.6.5-x64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.3.zip", - "hash": "sha1:7a5a0b67356dcef78ad42beddc4ac19c3f8228f2", - "extract_dir": "astyle-3.6.3" + "url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.5.zip", + "hash": "sha1:31c57cddeec8b9dee2e71c8234d7ad7cbaa4c62f", + "extract_dir": "astyle-3.6.5" } }, "bin": "astyle.exe",