|
1 | 1 | class Tbls < Formula |
2 | 2 | desc "CI-Friendly tool for document a database" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/k1LoW/tbls.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments