|
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.77.0.tar.gz" |
5 |
| - sha256 "6be85cfa82cf3a75bca03cd49739307f5ca60768624742f7020d36a1c5ee4984" |
| 4 | + url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.78.0.tar.gz" |
| 5 | + sha256 "e0854510dca4ca2364834a48e70e3fcb6ccaf7eb7b52df273a0a3fdaab17f088" |
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: "7fb05fd4c7fef8939a9b5e6d971ee7006b6d3cf673fddd69c4da1aa5f92f2d25" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6da8e73bca45626743a2ca70f804b6d12341b05f5d1b6296dec6ec0cf184b4bd" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "25e51da66d33ef3c048864332ab0c38897f63c17dca1e14b2daaa0cdf6ae49c6" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "6bf0cf6e99568be62eda198f42d992a34d6c209e9d557add40eb639dc19d3ce1" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "feaa5c5ed5578da0d4a94c55189a3a8cf27aeaf648e8a9647580680ef95e9720" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "f7de3c7a37947ccee1238862db198bb83bc1298406240de6b9957d91a7d1ab1b" |
16 |
| - sha256 cellar: :any_skip_relocation, monterey: "27176cb8983988e1a79fec9ca87d06cb57680ce14d1e52ef05d76c81f408cc63" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "4c7160e5109a7eb06b6bb51dd83c7f0d8a377020c343c033f3d51257c598a591" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f444f0ca8fdcaa47b44563616311d0200affe1a2c518505416ed8588c29bd58" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f320f357ba274847665ede81ce706e2a23830fe21e902ee1f07e6092701395f" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "24e1de201a655b06e5a27c1ad56ac9291bac4dd340bc01fdebe7b56fb4355742" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "bdc32d617bf78ce86664a72c089a08a0cc5b9a4295f69d3a07d970c4bda49c96" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "b3771995d95cbb6fc1f1dc2af7d33110dbea06d14ec1b3563f798aab3e1eb4a9" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6dea8474ac9ed2cc0a801fda6312b0c230a1ba8e7b10140e54560150aacde7cd" |
18 | 16 | end
|
19 | 17 |
|
20 | 18 | depends_on "go" => :build
|
|
0 commit comments