|
1 | 1 | class Tbls < Formula |
2 | 2 | desc "CI-Friendly tool to document a database" |
3 | 3 | homepage "https://github.com/k1LoW/tbls" |
4 | | - url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.85.5.tar.gz" |
5 | | - sha256 "b885fd467b83faf6f44aab5a8f402136ed8a17c1bde0ee8fecd6e52d05743822" |
| 4 | + url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.86.0.tar.gz" |
| 5 | + sha256 "61219118f58c4f123c09c3715ba27ee86c208b3f9d3d7ebdc3597f058401f829" |
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: "6ce0422d068c5a348740e26eac201fbf397f471e2301df2e0e3e744f56548b77" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "688571ac21e0619e108a60c0036984739faddebf413d2f597bb8e5a276b23f61" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "305ba7044817e81a15d414c748f9e39ee73327694ac631a50f69f792fc4496b8" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "d425e673d7354d02a118f6611c4c97b66b54e2323c52e308b7058b6cec275e16" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "e13a31cf8dfcfe3240a1be60152a58bc1cfbe27c8ffcd215fec7785b90e35b7c" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "0fe4f1e85b93a7f7ee26584eeb1b6fa8e10daafaa1e6e52c43d0fb53f2ff28dd" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "559a0b9cb12269956fa229dd4ce87f12e4a29a8e44c35c7c8eeef028a8722477" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc907df8d66784438311fee91889182a449f20de50a05425bdd6ffe57e65f75a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef6ce7199718da3f90b5ea968b8dd18012710e207cf490305fcff792d81c3aa1" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f2ab5b3a415d0d35fd68acdcb8c5a7da2c4b483aec44a37aaa1e7fd76d85bcee" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "2f41c7c544e12ee2d72183c9915a0711b8c166a42fdeddbc934915e4aad94ab8" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "eff0159157639759f6d33ac3a16d424ef737c82bad7c3de61dae3962177740c7" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "3dd7178f119eccc94f18fed401a0f916be8e2d4ec38fc015630704db8284c3f4" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "46080924843380130d0df4d3465fec6a962ae328e40a3388641afe8f052e1f52" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments