Skip to content

Commit 3f12789

Browse files
authored
Merge pull request #254069 from Homebrew/bump-swiftformat-0.58.6
swiftformat 0.58.6
2 parents 9b208d8 + d61b369 commit 3f12789

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/swiftformat.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Swiftformat < Formula
22
desc "Formatting tool for reformatting Swift code"
33
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"
66
license "MIT"
77
head "https://github.com/nicklockwood/SwiftFormat.git", branch: "develop"
88

99
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"
1616
end
1717

1818
depends_on xcode: ["10.1", :build]

0 commit comments

Comments
 (0)