From d914883bfa50b8d21691fbd97cb9a67df65904c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:49:05 +0000 Subject: [PATCH 1/2] astyle 3.6.6 --- Formula/a/astyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/astyle.rb b/Formula/a/astyle.rb index 5b26e156af0c1..8506e2968a197 100644 --- a/Formula/a/astyle.rb +++ b/Formula/a/astyle.rb @@ -1,8 +1,8 @@ class Astyle < Formula desc "Source code beautifier for C, C++, C#, and Java" homepage "https://astyle.sourceforge.net/" - url "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.5.tar.bz2" - sha256 "f231cd641047adb6c01adb2511573326a8bb7a293d17b54c770550993deade8b" + url "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.6.tar.bz2" + sha256 "e731a262aeecdf4e3d5ccdd8c73b832749b1277078464ea7697adba26e6e6bb6" license "MIT" head "https://svn.code.sf.net/p/astyle/code/trunk/AStyle" From c5daa5e654da36e8823086edb5838675cff1f035 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:42:18 +0000 Subject: [PATCH 2/2] astyle: update 3.6.6 bottle. --- Formula/a/astyle.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/astyle.rb b/Formula/a/astyle.rb index 8506e2968a197..8d25d97f9ec18 100644 --- a/Formula/a/astyle.rb +++ b/Formula/a/astyle.rb @@ -12,12 +12,12 @@ class Astyle < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fabea697782b1df776c17193cb7ef34a56f068b692c8b149bcf2c324caea1324" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "699526de10ed00f5ec226de6442bcab56704f10f619dc1d9c6046f4eec9b0bdb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2de51315571ece2aaf331bf2e50981c1b2e15911e5608ff6563aa06040d16819" - sha256 cellar: :any_skip_relocation, sonoma: "1ddc4c710a2922e5737872534ce6176ced701f19c4bab4582879cc3fa6203c6e" - sha256 cellar: :any_skip_relocation, ventura: "2bf5256ea8b84828378af01500932c3d2164858dd77950bacb3242bb102a01a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7604d5ec997c131e86a0b72ee50367ecc30c972a9c791cc6f4534a1d640f2cbe" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd6a1c317c19f101b9e47ecb0bc02437884d15b16f6b99ba2111b9b062c4f6e8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "080debd9482218cbbdb352939bed48e4097ac967b4b9685a0f0368d8be582298" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b0016db95a3807c8c1657eaa14ac2f716400b40c08930dc8910a7aa0d38c45b" + sha256 cellar: :any_skip_relocation, sonoma: "0972547cb42972453fcd2ca15f586792f3e028a1f6471afe0e44bf21ad33509b" + sha256 cellar: :any_skip_relocation, ventura: "36189a40f4b15d4bd8401c56ec62437f139301649982ad1ae4a91184ce7576b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aef7e3866424d0831c0c4615bf061b24dbcb93369005dd8765a6468ff07c2537" end depends_on "cmake" => :build