Skip to content

Commit

Permalink
Merge pull request #178069 from Homebrew/bump-swiftformat-0.54.2
Browse files Browse the repository at this point in the history
swiftformat 0.54.2
  • Loading branch information
BrewTestBot committed Jul 22, 2024
2 parents 02744d1 + d327234 commit 4d112a9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/swiftformat.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Swiftformat < Formula
desc "Formatting tool for reformatting Swift code"
homepage "https://github.com/nicklockwood/SwiftFormat"
url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.54.1.tar.gz"
sha256 "82286ff52142b490b327a9709af447bab75a633cabe4421d209ddc004672506a"
url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.54.2.tar.gz"
sha256 "966084e04b25a921cc3006ca75caccadb6566e24713e75cc40d7302d2ed26278"
license "MIT"
head "https://github.com/nicklockwood/SwiftFormat.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e94f1f7592ef3f64c48246c9c72b4bc50e7cb585d6df92cc08ce764e107e3479"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c895cd456c368a38ad2b0880cb920d818b0cc7bd1ee61022cb69f3ebfce25132"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8ca41fb78e1a097d713216e4456c0b3a2371e99b87c7051b08274b0dbb000dc4"
sha256 cellar: :any_skip_relocation, sonoma: "391bbbe8506d126b51dc7cde3a36ca0b06c6a26b84d8c9d9a753e9c57d03f7c4"
sha256 cellar: :any_skip_relocation, ventura: "ba24049a6318aa1121c2b0582b47c3a35f9e0a350774e5f731c1a22430d61d76"
sha256 cellar: :any_skip_relocation, monterey: "0154732e4de16113c1d938c9f36ce08708dc64935d78f6bed3c7a0ce53476697"
sha256 x86_64_linux: "723ab8ec413507c1599d37cfbf839e12eeb922f633522aaf9f8f86b69bfb7e6c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "81df298cd70628b2149823fa370aa3a6799fa3d794e1541f76f3f4a2d7bedac1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c69312fea87da1123deb27e6943e90affe661475571c6ca5967321688b46df8b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "da2a5c24a8132589cee415f4a0754ccc8b39e67e74e06469a3cb6b45d880877a"
sha256 cellar: :any_skip_relocation, sonoma: "5d5e97425579868571f6322c7472793ef0e652b0ccb64248a466f5f6a85d8b0c"
sha256 cellar: :any_skip_relocation, ventura: "402e0e5e117296bee234ef2d657a49ef3397dd898db244a43abe6b02b83b6c48"
sha256 cellar: :any_skip_relocation, monterey: "67abaff7e1f041b060e35e8ad1573737c93866c18a9bb4e84c9fd1d85e2064f2"
sha256 x86_64_linux: "5c6a46f3995ad0b606c0c8a823b9236998ac512ba8895e8b1c3b35730fc2067d"
end

depends_on xcode: ["10.1", :build]
Expand Down

0 comments on commit 4d112a9

Please sign in to comment.