diff --git a/Formula/t/tombi.rb b/Formula/t/tombi.rb index bdb9fa081d14..004d595fbc66 100644 --- a/Formula/t/tombi.rb +++ b/Formula/t/tombi.rb @@ -1,8 +1,8 @@ class Tombi < Formula desc "TOML formatter, linter and language server" homepage "https://github.com/tombi-toml/tombi" - url "https://github.com/tombi-toml/tombi/archive/refs/tags/v1.1.5.tar.gz" - sha256 "3868abbbe9a8acd58ad970d0b038b45d1acf4c13f564583bf683e2eb577ce9d3" + url "https://github.com/tombi-toml/tombi/archive/refs/tags/v1.1.6.tar.gz" + sha256 "4eafc737b8ccf5fe48549a27f3da4e09694a736562c7bd571069256d9c215b04" license "MIT" head "https://github.com/tombi-toml/tombi.git", branch: "main" @@ -12,12 +12,12 @@ class Tombi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "7feebdccf6c2cf123c3f78b559ee8d3b8620188b109680cd331519d208c3fb4b" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb75dece0cd6b0002a6405045981860521b07e2fe3bc63f1d62f61bd838c49ff" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c9e70b0cdb826f7ad12a1afc8fc66b514f9a1acf7c00e540bdfc414bc131a63" - sha256 cellar: :any_skip_relocation, sonoma: "53c3f023ba5b97d08beabea5c58fd170b259254df35905b0949f531893ab060f" - sha256 cellar: :any, arm64_linux: "f41bfecdbf33d287c2d489b387fb04019f1a5f9ebda20daec853ef5e20b9c2bc" - sha256 cellar: :any, x86_64_linux: "e1f78fad7ad0c8176206e1c049ed164eccb7aedb3739e42fcc20f132e155856f" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "10e257f82ca24baa3b218e6bccdba1b6955c32f879d0c37f991dc51459ad24d2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b23bc7021d94c0e81e7e64de97c50e33690f799df46df7dcd0f9b78815ef5efb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "535d7aa35f5b07b34156f7ebf0f57b179f400cda2ed393b70b2a6f80de83ae12" + sha256 cellar: :any_skip_relocation, sonoma: "2d8fe4ed6153c4fe384e0ada5e53b29e80ef21a713c09519afe002a49097a2df" + sha256 cellar: :any, arm64_linux: "560eced8d490813323df02c74f9b8de6c692e70821dcbbac41e7db78e15d6aa3" + sha256 cellar: :any, x86_64_linux: "c90a6fb766ed50edd7204064deec7352447a52b7707a6d36912f522235a16488" end depends_on "rust" => :build