|
1 | 1 | class Swiftformat < Formula |
2 | 2 | desc "Formatting tool for reformatting Swift code" |
3 | 3 | homepage "https://github.com/nicklockwood/SwiftFormat" |
4 | | - url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.58.5.tar.gz" |
5 | | - sha256 "f4220005165422a7f9134bd1ef4bb623e66c862bf4524463a9d0562b26b6f1ff" |
| 4 | + url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.58.6.tar.gz" |
| 5 | + sha256 "7988bbccd9633089ec599bbbc5ea8ce12afa97e8851935d5cf54ef0b67e87140" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/nicklockwood/SwiftFormat.git", branch: "develop" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "2e407dd49cc6e090d9f52c81e308195d4b1990297f63d89c9260d919c61a9654" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c25acd66fc04fd7caa8704fc29d563787b56c1e58528bd55a97048302736a66" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac5bb4d39e420c8744ea790953203dd3c8cb31c9c10c4dc155a3a4875080a826" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "df9974a25e34a892f29d502da150fd68d1e4f223deb2fcefa5b68e9de740aa87" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "f0501630545a77ad2f57e9908dae6ee6150b5937618975598f073d2d3f207717" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "92df6c5d376242f6bb570f3a45387104a811ab8ae38eb6c403d80ad4416dae2e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "c49d73eca5f18ae74fba97e1c7c6291df3b4c527a3fdb66d3e6d5602e17a0983" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b096bb9052efe873428fb9d48d33c2a9ca7b167a7582f50b971c340cf7c57ab3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e31e54f54a08f1fd28ab01252f56222a770e885858ecea86363cddf6bb533580" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "e44590e8f0ccbacfaa8c7db25f48bde3f6943050859eecf320bb8636e4cb7c5f" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "294cf31d96f7c6b7321cd55c96138cd2ff4b5e3b32db872a5b849cb58d290864" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7dca6440c923b4fa14797ff4982efe88aa2d453b47ab5e123637d0ca2e1cda98" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on xcode: ["10.1", :build] |
|
0 commit comments