Skip to content

Commit 0821205

Browse files
authored
Merge pull request Homebrew#201331 from Homebrew/bump-astyle-3.6.6
astyle 3.6.6
2 parents 4d66a7c + c5daa5e commit 0821205

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/astyle.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Astyle < Formula
22
desc "Source code beautifier for C, C++, C#, and Java"
33
homepage "https://astyle.sourceforge.net/"
4-
url "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.5.tar.bz2"
5-
sha256 "f231cd641047adb6c01adb2511573326a8bb7a293d17b54c770550993deade8b"
4+
url "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.6.tar.bz2"
5+
sha256 "e731a262aeecdf4e3d5ccdd8c73b832749b1277078464ea7697adba26e6e6bb6"
66
license "MIT"
77
head "https://svn.code.sf.net/p/astyle/code/trunk/AStyle"
88

@@ -12,12 +12,12 @@ class Astyle < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fabea697782b1df776c17193cb7ef34a56f068b692c8b149bcf2c324caea1324"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "699526de10ed00f5ec226de6442bcab56704f10f619dc1d9c6046f4eec9b0bdb"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2de51315571ece2aaf331bf2e50981c1b2e15911e5608ff6563aa06040d16819"
18-
sha256 cellar: :any_skip_relocation, sonoma: "1ddc4c710a2922e5737872534ce6176ced701f19c4bab4582879cc3fa6203c6e"
19-
sha256 cellar: :any_skip_relocation, ventura: "2bf5256ea8b84828378af01500932c3d2164858dd77950bacb3242bb102a01a7"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7604d5ec997c131e86a0b72ee50367ecc30c972a9c791cc6f4534a1d640f2cbe"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd6a1c317c19f101b9e47ecb0bc02437884d15b16f6b99ba2111b9b062c4f6e8"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "080debd9482218cbbdb352939bed48e4097ac967b4b9685a0f0368d8be582298"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6b0016db95a3807c8c1657eaa14ac2f716400b40c08930dc8910a7aa0d38c45b"
18+
sha256 cellar: :any_skip_relocation, sonoma: "0972547cb42972453fcd2ca15f586792f3e028a1f6471afe0e44bf21ad33509b"
19+
sha256 cellar: :any_skip_relocation, ventura: "36189a40f4b15d4bd8401c56ec62437f139301649982ad1ae4a91184ce7576b6"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "aef7e3866424d0831c0c4615bf061b24dbcb93369005dd8765a6468ff07c2537"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)