Skip to content

Commit 928d79b

Browse files
authored
Merge pull request #205091 from Homebrew/bump-xcbeautify-2.21.0
xcbeautify 2.21.0
2 parents bbfcaca + 4a1685b commit 928d79b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/x/xcbeautify.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Xcbeautify < Formula
22
desc "Little beautifier tool for xcodebuild"
33
homepage "https://github.com/cpisciotta/xcbeautify"
4-
url "https://github.com/cpisciotta/xcbeautify/archive/refs/tags/2.19.0.tar.gz"
5-
sha256 "cc6147c51c9ecb844d106874135818c5ac665454f773035bb4ee9415dda2f594"
4+
url "https://github.com/cpisciotta/xcbeautify/archive/refs/tags/2.21.0.tar.gz"
5+
sha256 "1585e079ce0a2d066d6cc2e24fa1034b5ff9a197155b090496f8e86a584c99d8"
66
license "MIT"
77
head "https://github.com/cpisciotta/xcbeautify.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab2fcacaf0a16472d7ed115937171f47472fcc8ca7a6394e1d53c66227b5858e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e98daee69487849c3cd8a825063e77abd48e29211ac438acac1232c30d514f6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a34cfa881b276f8775750ff605c976be33a26310285f384555827704a5f9ca14"
13-
sha256 cellar: :any_skip_relocation, sonoma: "723d1ffe6bae8ed764c840e6c6d03a1dac05e98f0dbab77ee2967d46c26b7940"
14-
sha256 cellar: :any_skip_relocation, ventura: "a3f49ab16f9a89f51c5a360a9e361756c4ca7a424339b9f81d66f04123b1f53a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b656bf4300abbe6a9b644f147e609e25a0f443205781b6c164abb4075e7f629"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "661f365b474742790013b2851486176fff64475afe7e66044bfa2989b90b753e"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "00ce3c64cedf63bb4276758b3f71d2b7058d2d264b157471614537e8815880e7"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae7efae73d99d927b1072a492c0f0040ca2c4f291adc415140d6006dbbdc8a5b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "94dfa232fd1d1394b7f567275d8f648f59340e8b4ea9e25931a39d4149f865a0"
14+
sha256 cellar: :any_skip_relocation, ventura: "f876da3cfd8a2e3a8083e1d49108ab59405d908f4fcd80b58c197bbd47a9dc43"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "53f86e75ca7a532a045c0668966771113beaac83723493689aa3f3caa6e5e822"
1616
end
1717

1818
# needs Swift tools version 5.9.0

0 commit comments

Comments
 (0)