Skip to content

Commit b6dbad8

Browse files
authored
Merge pull request #247066 from Homebrew/bump-tombi-0.6.24
tombi 0.6.24
2 parents 41c6ec7 + 2f474b4 commit b6dbad8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tombi.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Tombi < Formula
22
desc "TOML formatter, linter and language server"
33
homepage "https://github.com/tombi-toml/tombi"
4-
url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.23.tar.gz"
5-
sha256 "395af3656b3ee23959f2f13397a15b599532ab1344f45a809c668a74ca57dc04"
4+
url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.24.tar.gz"
5+
sha256 "7383e5c965afb68e2367378ba11ef176105053b063a7f9302499601a215d50db"
66
license "MIT"
77
head "https://github.com/tombi-toml/tombi.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Tombi < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "5bf618ba1ef3305da06ad698658e45cc2cf633d26706ed9f9bfec0b2e3b6ed9b"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a4eae3b9ac7d61acad97d973f54116af2e188c1535c711c388c0057ccadeb62"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e39b7568f204e551f4239eeb6a44928921e9210d09bb3af084fe1721fff40bc1"
18-
sha256 cellar: :any_skip_relocation, sonoma: "1c3795f314ec00b43b0ec6abd03ab53d82dd675e8bea7c0de8e04023ef27b3e0"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "afa95a9a47be953273961b851f940daef16d87be6d924a8773d61189f6396f3c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "743b92f9e21804b2b5cd53013c80bc549bab97c2bc661f4f29a7f3c5226541a3"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "aec18392a074d4faadcaba998c5a1bac830f5e9e6f68079686fc0600a14eb8de"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e766fde50d127fd20f3bf5892dc58a1ad082f0fe69bc3746a17da52c141a3d85"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8a8a150ebf6dbd56ea944449ab4c3e6aa64dd182225a172e69c8dead59db27c"
18+
sha256 cellar: :any_skip_relocation, sonoma: "16611b7e83e08be0dc041751a61325bd8518476101472622ac7ccdbac9c79af7"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "f81b8b0b12ab93948b13fc603b0e5fa6f9e2df6975e1e46f4cfcdb4556e1ae14"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "31e16803d1c92ddaf7d4ce29bb663665b53f3f688b9b318ed51233ebbb0050d1"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)