Skip to content

Commit a3125c1

Browse files
authored
Merge pull request #245187 from Homebrew/bump-tombi-0.6.11
tombi 0.6.11
2 parents 0f612c9 + 0bbf79d commit a3125c1

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,18 +1,18 @@
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.10.tar.gz"
5-
sha256 "7ac110a7a0e94804bfe250826839b2290b863546d6146e22ffc9cf83de080373"
4+
url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.11.tar.gz"
5+
sha256 "adf467a6775d363cd92712c93ed1144c953e73ca1081aa8dcff0b8a8266ab8a3"
66
license "MIT"
77
head "https://github.com/tombi-toml/tombi.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1c068453731d9a70bd37fa879f9b189bca37b3a84587865ae8ea2eb95686fe54"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "817b36e526db546de7f91b72f4a64659c60dd4c4b1eb06bc30fb1271df824e61"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d28555714281eb25ea282d4db41cd8a2f4cbedab6998d4cdaa06fdc294edda93"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ff6f33a4dd0a753a6ea889a72080778cbfb0fdbc9b4920feecdf94b02aaf1627"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "abfde34420e5243942e294127384cddff610c8ad92e28ce160343cf328e46fd8"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8c3a2965125adb7e35873b45174ed9dfc1aff8a5a4ccad8f86ac801da499d229"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c8d671bbfa8b14bfb4c80de84d30aedf63a9e768e765b959c7bd13a70c8078cb"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbbd476e5a7be5ed999dcb3befbb0d776a9cbf81518759c8dc261b69700e447c"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "76e87f1fd761e227896ba2d4650635b95438b7163cb966afc9f4551ff2c6916b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "32b0be00ebcc6b035f72c5859ff433a6628b40fd48fe946e52d06ca664ef977d"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "a2c94f26fbe836fccf0cf1fe493a7368e6859ca9c81e3458f4a75c65e0e2522c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "36c874b4fd1d544c19752843fe199d0c31a6b9ee0a5e4de784591105502f1238"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)