diff --git a/Formula/s/swiftformat.rb b/Formula/s/swiftformat.rb index 784997feada88..b317a3c2c1184 100644 --- a/Formula/s/swiftformat.rb +++ b/Formula/s/swiftformat.rb @@ -1,18 +1,18 @@ 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.55.2.tar.gz" - sha256 "76315fe2ab2bfcd087f4a355c0f4cf752cb8d21fad520521654ff50269e7d5eb" + url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.55.3.tar.gz" + sha256 "a961c7512688efde21af91fab35b19d1660065ee9e73846a390355a1b9051109" license "MIT" head "https://github.com/nicklockwood/SwiftFormat.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1574c8ec95b85dbcc192977e3b961895661249c006ec8256fad2c144b120a54" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9a143ddf86e2d36e426ff874e30c497790ca0cfc775cbf858fdf89e2fc7ddeb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3ddbf04449504f60ee538f078e15e11bc94dafcb892ff790ca313d7630e1601d" - sha256 cellar: :any_skip_relocation, sonoma: "670b1bd51cd26556933eec3bad67b02dd928ccc3ab2833eb30226fdc0db2e431" - sha256 cellar: :any_skip_relocation, ventura: "4a84ae76fe2611d6f5b3ee8dbba3e826beba9bdb009f85a6e8d4f77f1d2358ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d7e27757d5e139a04270be0c0f5e08838dc665f4dd8cc6a3c06e9acfdd4eb50" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4dfcd41f999c51f6cba22b48c4329bbaa77217255aa208d9cb83e1fa9afd9f85" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "40c610daf4c78d8a80a9802d07754a0ed9bae55900d0a0c3d05e2c9cff0c6ec5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d4aab5c44dccb90809daa93e422084dec9a8d1be2fb9736ce7e7b27d074b608" + sha256 cellar: :any_skip_relocation, sonoma: "624d74aa0244f740b10c396586f640511980720c19b3941e3898290c2636fbd9" + sha256 cellar: :any_skip_relocation, ventura: "d71999ccba326aa80eff5d36753a66a76102588ede17d3c547fd463d91bf401e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8a48b73ccf33938a8fe34de474fec732cf2c5013e9136b799f3f2169d209fc" end depends_on xcode: ["10.1", :build]