Skip to content

Commit 6558bb1

Browse files
authored
Merge pull request #256103 from Homebrew/bump-tombi-0.7.0
tombi 0.7.0
2 parents 4067c79 + 21b1a55 commit 6558bb1

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.57.tar.gz"
5-
sha256 "5c3730a6ea02fbdd2c2e4810e9b566b984bc2f6109526a52174bc757c8dc0670"
4+
url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.7.0.tar.gz"
5+
sha256 "929065d6b56869ae506673ff04b7edb217b7e6e844bec6fdb454a8f96181b63d"
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: "ddb0aeb909315c6ba6fc54ef9e12acfe57949527e2a82dd411cfd6683f54b6d6"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "25c03fdba7a445a5d709c0ee3a760397a687f25a65c65fd33778515f3402c8fe"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82eab769b1a844dc86a8607b388b8d7e9bc9157664508d8e5385f033e307cffb"
18-
sha256 cellar: :any_skip_relocation, sonoma: "cbef2b04688655ee1d3ee0d43db22ef9f3e35cb4b3200751ac1ef3e9ac7f391e"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "3edfe8dd6a8293e565d3a5d33a50ebb14c08b9259313a7bd4b8353e060a7b979"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2a325d6d988cbde25a59549a8b0d9848e55adf73d6175807faa4f9ac7806e423"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f5223bb3bdf3d85e852dee1b7c3e859692834f246931e3d4837cf2e4da987667"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "326e19c688d1c372fb300173115fe5197d90d0aa4068a50ce287ddfd8177de66"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa7aea78cb9832d240d32ee818aaf33ca9dbd4f554ff32354468ea1cd2fc41c7"
18+
sha256 cellar: :any_skip_relocation, sonoma: "fb11338698648ad6d3db835d94c80d2d803416552152f2fb21f74e63a1edd4fd"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "2e95ba50522f8048da9d7e37e376944f2c14668ec256b4226f07a38bb9c811ee"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ff137241b0261184a25ea8a94f4b641e4892fad36913a4160536b1c3d2de298"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)