Skip to content

Commit 39e0261

Browse files
authored
Merge pull request #211311 from Homebrew/bump-tbls-1.84.0
tbls 1.84.0
2 parents 6680d22 + e0ecaa0 commit 39e0261

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tbls.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Tbls < Formula
22
desc "CI-Friendly tool for document a database"
33
homepage "https://github.com/k1LoW/tbls"
4-
url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.83.0.tar.gz"
5-
sha256 "1ed49aef2415bc014d7fd236e3f0ccd414b6676c7cfd6508d1dc70166715fe84"
4+
url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.84.0.tar.gz"
5+
sha256 "8c1cc0475bd4e1524da9522c19a5165ce5d3e36fcfa637b2d4bf47c002114c67"
66
license "MIT"
77
head "https://github.com/k1LoW/tbls.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3be19bec79061a6aed8f6f6687f17507b56660b2d6fa2256c1c919a2270cc2dc"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d03b7b8b6a6384be5a7fee456f422973fedc51f099833d8a55ab2e24b10f89db"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "af82e6d5117b0b7f470a5501ae8673932129c555ffa86bb8e254ccf7061be7ca"
13-
sha256 cellar: :any_skip_relocation, sonoma: "5ca726c7791d4f768bfb817d24ff716cba0c2869a901fd589323ddbb04475efa"
14-
sha256 cellar: :any_skip_relocation, ventura: "84aa4ba7ae591cde4f69f52317791077be62452b1186c54b13d0b4fe8ba6ee4c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "944e126e2ab343145824e85117274ce3c2362abaed5d4f121ba8961e4898d850"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b36b8b349ed40eac85fb8b8fd40aea2c326fb6bbbf393ef8b59e7d325d76ac6f"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0430b76a186b8ceb76529e8440a8b5f85f84008ca185c108bb1c236f48182e9"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c17022c7de7533840b3662db1d41dad79fafcbbcf616a316eaaa029c8cc31da"
13+
sha256 cellar: :any_skip_relocation, sonoma: "c14f258ad4b044bc2f1eea2f548709105a180761124c7f3888714f07ee621dcc"
14+
sha256 cellar: :any_skip_relocation, ventura: "7089671e8e614bf3f017e1b12bb1d855f098c91cde0f4b6c161a49bbbfe3b253"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3bf1b49421470dcc5dc638e616160215dc9ebb7c54beb39eb05966ffd71bf651"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)