|
1 | 1 | class Xcbeautify < Formula |
2 | 2 | desc "Little beautifier tool for xcodebuild" |
3 | 3 | homepage "https://github.com/cpisciotta/xcbeautify" |
4 | | - url "https://github.com/cpisciotta/xcbeautify/archive/refs/tags/2.27.0.tar.gz" |
5 | | - sha256 "823db0af6ba17a91cc22292add64c7d59472d3377f0229fbc74c92410d616501" |
| 4 | + url "https://github.com/cpisciotta/xcbeautify/archive/refs/tags/2.28.0.tar.gz" |
| 5 | + sha256 "bf59b8c5fc41f4bb98d603b4915e1ac92e5c1c3ff6eab0369ab18c8819800cc6" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/cpisciotta/xcbeautify.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e235aaf88b44d72ccba750507b5d5b88520f91a81a61984281732c3a5ef5088" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "61b8879076e8ee36a202b0287ed263f3ba6358bfc2aef17dea8e70753dcb9e5e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "b14e1bf19fa36b2e8736e2a4595e70437f4e70f9b48c9c971471e2fb234a493b" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "0dd3400247db360ebac36409f6a09e6436fb93b9fbae2de747262ed66b2364aa" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "6447da126d44ba319b3e244739c592a956e022adcaf0a1301acb3feafc998a28" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "4fd518a4b86e2e1298e050771aa179220fc594fae29184a58451163360012e1d" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7bafc8ac24d2ae349cca4a26d2d05000b2ddcfccfaf38c8763993d9cb72a3745" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f45c28a6ed416061a9863f6fb07dd5ad419213f5f53b5dc05e0235ba673e715d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0627e593edafa19d6a1bb9b0dcde0e8a004c14f2892e3849513881c52d7d4912" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "3009d7334bc3f3837c415f0bc081c4022d6b96c3e8a546359172cf263be330ff" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "39803ea35a27c9e4e875f944aae6e566e612c9068d11de2f6779f3ae97d793a9" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "462eb1a6aa2381674923e2bff1ad1fe024c0fc7f301fcf62a7adceb53f1b2f3e" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "a9aa22b0109a2d29d0c01297cb6b26159d0743b4936fa8dce3a223b570ceb7b7" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "47ecf3a32831abb77cb4dcbbced116bc211c13d7d27777c660e9f746886a025a" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | # needs Swift tools version 5.9.0 |
|
0 commit comments