|
1 | 1 | class DbmlCli < Formula |
2 | 2 | desc "Convert DBML file to SQL and vice versa" |
3 | 3 | homepage "https://www.dbml.org/cli/" |
4 | | - url "https://registry.npmjs.org/@dbml/cli/-/cli-3.13.1.tgz" |
5 | | - sha256 "9bae46251bd5ac8dc52983d7ff62a171fe81d65b1da039d0041a410c0f86d184" |
| 4 | + url "https://registry.npmjs.org/@dbml/cli/-/cli-3.13.2.tgz" |
| 5 | + sha256 "1b145cdae37de29889b29652fb03ee17e37d5d4f54edbd76f340d9d3b4b642f9" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfc994255fae5db9f19d11cd528e7bd3ea27b80dba4fb36fe88d6521575cfc8a" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfc994255fae5db9f19d11cd528e7bd3ea27b80dba4fb36fe88d6521575cfc8a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "dfc994255fae5db9f19d11cd528e7bd3ea27b80dba4fb36fe88d6521575cfc8a" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "324c9d303c3a9d1881eb409116d62e6888efdf94f8be3e57c1c4948171d78a90" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "324c9d303c3a9d1881eb409116d62e6888efdf94f8be3e57c1c4948171d78a90" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "dfc994255fae5db9f19d11cd528e7bd3ea27b80dba4fb36fe88d6521575cfc8a" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "dfc994255fae5db9f19d11cd528e7bd3ea27b80dba4fb36fe88d6521575cfc8a" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5e2f722159e5bb2f356e1f6ca9c8217d7a3696eace5c4a2db14e0c1dc51c795" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5e2f722159e5bb2f356e1f6ca9c8217d7a3696eace5c4a2db14e0c1dc51c795" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "b5e2f722159e5bb2f356e1f6ca9c8217d7a3696eace5c4a2db14e0c1dc51c795" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "237cf53dc5b68674f87055134bd9a2757e41cb25e362e9eed131f697102804f5" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "237cf53dc5b68674f87055134bd9a2757e41cb25e362e9eed131f697102804f5" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b5e2f722159e5bb2f356e1f6ca9c8217d7a3696eace5c4a2db14e0c1dc51c795" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5e2f722159e5bb2f356e1f6ca9c8217d7a3696eace5c4a2db14e0c1dc51c795" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments