Skip to content

Commit

Permalink
Merge pull request Homebrew#204527 from SimplyDanny/bump-swiftlint-0.…
Browse files Browse the repository at this point in the history
…58.2

swiftlint 0.58.2
  • Loading branch information
BrewTestBot authored Jan 16, 2025
2 parents 6e00357 + f46d299 commit 4589925
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/swiftlint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ class Swiftlint < Formula
desc "Tool to enforce Swift style and conventions"
homepage "https://github.com/realm/SwiftLint"
url "https://github.com/realm/SwiftLint.git",
tag: "0.58.1",
revision: "96fa57d0201c50cd578ce477a1e55713b977155b"
tag: "0.58.2",
revision: "eba420f77846e93beb98d516b225abeb2fef4ca2"
license "MIT"
head "https://github.com/realm/SwiftLint.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "956e860516741c967673bc13658f6f7fdeb6e50eb466940b47c5acfbc7ba7b09"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a4c23ccfa7a25ee13441b0bafc46ba6ba6fe344553d1b144ae9cb6dbe8b2cdf"
sha256 cellar: :any, arm64_ventura: "853f96cd9ca8f9356708aa6ef17f8ca9690167923cac23c5ed9eb3b7dafc8cc0"
sha256 cellar: :any_skip_relocation, sonoma: "cc52151499acbf8f5fec2237862bde4c40754a9f50155af82e1cd6f301fcd091"
sha256 cellar: :any, ventura: "ba07bcc9302547f20a2b09139f4975bff73d64f13bfd3550a400c7171390d812"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4fc3b510739f75b2c71e53e8e80976652b5d76f9fec18ea8b17597b573c6a9c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "88296c32a4fe4de3cdadd1a1bc3df7c583d404b254684e1e67b2b98990bf2685"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "418915019f2a7f98101c2ab953d6250973f2e7dbfe369d0c752d49ecb7405dfb"
sha256 cellar: :any, arm64_ventura: "29c93dcadbb55523ed14bdee545cf2cb2e51de4f6e3e40c91685f5cab7cb6c14"
sha256 cellar: :any_skip_relocation, sonoma: "c02c9ac0b73657587745e1950a7ac2b734bb851f6027857d967424296b9c2895"
sha256 cellar: :any, ventura: "b1d6870415a7ef30d994bf4856512ca82df3152ee716964f2fb09614845d6f12"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5bdcb3773b806fa9f400bd2a82e5639525ee5faadeb51adda9fd7d59892ea5b7"
end

depends_on macos: :ventura
Expand Down

0 comments on commit 4589925

Please sign in to comment.