|
1 | 1 | class Tombi < Formula |
2 | 2 | desc "TOML formatter, linter and language server" |
3 | 3 | homepage "https://github.com/tombi-toml/tombi" |
4 | | - url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.15.tar.gz" |
5 | | - sha256 "2900c58ed6dccdff490b0cc69bbe32bdfc3400cadebc7db46d4ba49e0ba48ab4" |
| 4 | + url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.16.tar.gz" |
| 5 | + sha256 "1c5e2535a8144697bded8497a5c528229212be2ec6ad5afb9d61c0e798b07078" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/tombi-toml/tombi.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "402c0ffb42051517a260cd868748b898385ff880a030c1e22386688f63da5d19" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ded95978e87886f2261800291f825821b042d5e0eee8a26fc2db205e9ba01488" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a84acaf6276ba947d71107811ca0454945968f8bd56cdab514c96dc9a2d7b253" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e233dfcab8530a640404d5e8c5931d9652c87902262886a3cbb024983d2de55c" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "7a365c8517c66d649d339cc9335ebf6612935b17a9e4487314cee9c277b95d57" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1d2b5b7aec3f3560842e555cbe462f7e84ea2dc39fca91d5c8a8a15b88c0802f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "d0f600ac3a4f8ec661ee3c4a807d554fde10ef1eaf031c73a7a83efbed33cd1f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f73298a4c25e36a81b7cf7791e83bb54a6976e89db9938042570d04d6ecfd6a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed0e07c0631e306a6e2e767d1ff5ab68067f8fc8d17cd680e9400ba468f2c147" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "294f1b20053c0cbad2f5b88b718921b1fdae847792b57b7e46f498e6dd309f2d" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "0dbcccca71544f5177d02c5a765d9fd447e873b11521325b684941375444a611" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2db5c03dbfe8a2326f28d7c534969193fd9a8ca105e4a08a3fbe327418e1a18b" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments