|
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.28.0.tar.gz" |
5 | | - sha256 "bf59b8c5fc41f4bb98d603b4915e1ac92e5c1c3ff6eab0369ab18c8819800cc6" |
| 4 | + url "https://github.com/cpisciotta/xcbeautify/archive/refs/tags/2.29.0.tar.gz" |
| 5 | + sha256 "68d759d6a44de55a8e16ffcd8347f4479c633a0a90f6f878b4be6a5136b41dd5" |
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: "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" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5451e645f57e9f540e0a0957013c14518173fc047868635b773a50e414e0940" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a0a3d33d7ec41154b8d1c9c1870760d5ca50cbc051ad9cf764da61dcd974f38" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "40081971786492ae2dbffbc6595efec2a7cb844af96e3852945aed83da466cf3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "54be601eb8851f9c8f9bd0aa998f576e36fe9d9f41e61293da43694d2e404b35" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "c1451f4732c670032f3e256daf518d4ff35084e260309716da82f9d17c7e6903" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "f0a22445fad3e429d3886d662d1dab83e0a706e502bd18cedee9a45dc31429c9" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3df8d22d5b11ffec8f87a1081d74a63f6730438f2a066ae66fbd32c1e2027ac" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | # needs Swift tools version 5.9.0 |
|
0 commit comments