Skip to content

Commit b5dd850

Browse files
BrewTestBotbotantony
authored andcommitted
tombi 0.6.22
1 parent 885553d commit b5dd850

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/t/tombi.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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.21.tar.gz"
5-
sha256 "1abfe4c0bb63f6029615b5d784bfb1918f54567f79aed1c081fd4358705182f1"
4+
url "https://github.com/tombi-toml/tombi/archive/refs/tags/v0.6.22.tar.gz"
5+
sha256 "4ddcc19cd76c31e4c923511bcb1224e44ee381725f491f9ae2d2c69249b06e4c"
66
license "MIT"
77
head "https://github.com/tombi-toml/tombi.git", branch: "main"
88

9+
livecheck do
10+
url :stable
11+
strategy :github_releases
12+
end
13+
914
bottle do
1015
sha256 cellar: :any_skip_relocation, arm64_tahoe: "79bf77cbb9657c4fa00d62653e370e73ffefc108d71d483926b1586a77dcc2a0"
1116
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8627777a65e5915632517e29fdf0e25f4b2ee24ec7bc36cb030176a3b04fd7fd"

0 commit comments

Comments
 (0)