Skip to content

Commit

Permalink
Merge pull request #201331 from Homebrew/bump-astyle-3.6.6
Browse files Browse the repository at this point in the history
astyle 3.6.6
  • Loading branch information
BrewTestBot authored Dec 16, 2024
2 parents 4d66a7c + c5daa5e commit 0821205
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/a/astyle.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 0821205

Please sign in to comment.