Skip to content

Commit 4c3db4d

Browse files
authored
Merge pull request #203568 from Homebrew/bump-editorconfig-checker-3.1.0
editorconfig-checker 3.1.0
2 parents 183a1b6 + 16fe86f commit 4c3db4d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/e/editorconfig-checker.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class EditorconfigChecker < Formula
22
desc "Tool to verify that your files are in harmony with your .editorconfig"
33
homepage "https://github.com/editorconfig-checker/editorconfig-checker"
4-
url "https://github.com/editorconfig-checker/editorconfig-checker/archive/refs/tags/v3.0.3.tar.gz"
5-
sha256 "b3d927bbbf3a89bc75d91ce00dcb3c836906e6522097c836285adb26850ca3eb"
4+
url "https://github.com/editorconfig-checker/editorconfig-checker/archive/refs/tags/v3.1.0.tar.gz"
5+
sha256 "971cac44f20323c2b49d39d14cf210637dfcde94d486a314374c78bd77f1d3ce"
66
license "MIT"
77
head "https://github.com/editorconfig-checker/editorconfig-checker.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "647b956fd0c03b795a17b81bd6572efc1c8079a6e91504edeb75ba0bdbe55ec0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "448f1ebb1897e6d07f5d6928066339ce01ea89f7e1f6e820bbbd483dafac853f"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "448f1ebb1897e6d07f5d6928066339ce01ea89f7e1f6e820bbbd483dafac853f"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "448f1ebb1897e6d07f5d6928066339ce01ea89f7e1f6e820bbbd483dafac853f"
14-
sha256 cellar: :any_skip_relocation, sonoma: "e16b0702aa4bbba6586ca67b2ec147fd781c3b480f1df50a68eda6d4eaa090e1"
15-
sha256 cellar: :any_skip_relocation, ventura: "e16b0702aa4bbba6586ca67b2ec147fd781c3b480f1df50a68eda6d4eaa090e1"
16-
sha256 cellar: :any_skip_relocation, monterey: "e16b0702aa4bbba6586ca67b2ec147fd781c3b480f1df50a68eda6d4eaa090e1"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bfc53564fea2c9f3fddc605ad05d7e083be27a830ade4236713e8699daeb71be"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "36c8d35c9cbd3ab2dbda82814c5d6b95cdbb6d484cbeaed62ad9e728cd7f19bc"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "36c8d35c9cbd3ab2dbda82814c5d6b95cdbb6d484cbeaed62ad9e728cd7f19bc"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "36c8d35c9cbd3ab2dbda82814c5d6b95cdbb6d484cbeaed62ad9e728cd7f19bc"
13+
sha256 cellar: :any_skip_relocation, sonoma: "783883ceed3eab04098d45242a2f334a666aa412b2e3525cf62656ac49432056"
14+
sha256 cellar: :any_skip_relocation, ventura: "783883ceed3eab04098d45242a2f334a666aa412b2e3525cf62656ac49432056"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9fc9b26f153c7844af2479d87619c89f0451d160431b4f0785becf42ed0d96ce"
1816
end
1917

2018
depends_on "go" => :build

0 commit comments

Comments
 (0)