Skip to content

Commit 893d9fd

Browse files
authored
Merge pull request #250224 from Homebrew/bump-tombi-0.6.35
tombi 0.6.35
2 parents 892ff83 + 81b3d24 commit 893d9fd

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.34.tar.gz"
5-
sha256 "1505d8ae5f868a8a710ea976121471f75fc7156a00e0d12f33808a6ac6152c94"
4+
url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.35.tar.gz"
5+
sha256 "c7deb678e6e083e0225cdb73916df065038f4f43345a6df0f2e42c44959aedb1"
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: "16b552e6eb3661e84adf04a9f2510a1577273efe6ffb5c1386a7824fb774226f"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e0e19245d82c3a539aadc74f44c2dec0f983079c1dd8efaa0d7a37aff0c5f9c"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7b9c4ea691ccc86ab0d11bee10e0ddc651f1f4540846947691ff6f1d56da2c0"
18-
sha256 cellar: :any_skip_relocation, sonoma: "1c09a166cde9d0f7eb337712558177e68f5bd972f0da8e4a2da9a9b0f947a61a"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "ba6096bede03df8ce4c7e0ef984deffae7a7e9ef2efa4fdb499ebdac30bf9f58"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "41457b8d05690aacd4843a756b29daa0efc470db71451cea361601a6860f59de"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "98bf386ac5b3a52d08f1a58f702ab2d795ca6757a1f2cc58ba1b2390b83c8d57"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef45c8e3b2367a4aca8440f76dba77f8c68db2e3deb2e664657d4fa42e8e4ab7"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "339eb70b1993c2e60483a4c566086cc47e8336bbbcc9a647668660b90e275e05"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c1448bf91fb90c2083acf82caf54dbc9d9c13622d393d3a26cd248f0b29c26d6"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "dd2afd071c7f90ac606969bf553a15090a03d24a8f2c5963f482f1e3baeadb52"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a9cf234417b101085eb19337c9d11cc1ca7896555c2e852d359698289f47ecf"
2121
end
2222

2323
depends_on "rust" => :build

0 commit comments

Comments
 (0)