Skip to content

Commit 360f1c8

Browse files
authored
Merge pull request #247001 from Homebrew/bump-tombi-0.6.23
tombi 0.6.23
2 parents fd00aa4 + 57ffcab commit 360f1c8

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.22.tar.gz"
5-
sha256 "4ddcc19cd76c31e4c923511bcb1224e44ee381725f491f9ae2d2c69249b06e4c"
4+
url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.23.tar.gz"
5+
sha256 "395af3656b3ee23959f2f13397a15b599532ab1344f45a809c668a74ca57dc04"
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: "9a166dd2c44fd41f91b1783dfc4fb8141c059ae8985d30c4046aaa78ff3e9ddc"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e715d5a4db683e6d70e8649af31e70f57d8e1c81e341e333ea33a8ed81b8dce8"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a2458a37c1602278238ed7b82dc1c16d90739dfcd334f80b5f5a1b5f86e75e2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "923c4488de6c880a23dde3dc705e5b1f7fa31b620bebf349c6c0c98bb8bfc0f6"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "83bc0e0ea8d2689b6a5f15e8216bbe824cd58e2ff3fad1ed2c11c5e674db20a7"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7c32fe5414f5269eb479d949a61d835dc3a13557ae1458e3e99cb4225b663e66"
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"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)