|
1 | 1 | class CubejsCli < Formula
|
2 | 2 | desc "Cube.js command-line interface"
|
3 | 3 | homepage "https://cube.dev/"
|
4 |
| - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.35.76.tgz" |
5 |
| - sha256 "a80ece540249626c24786969fca29ecc903104b0f9e43286479706076222a986" |
| 4 | + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.35.77.tgz" |
| 5 | + sha256 "89d38ecfe826f9fc103d967075f842241a465508e1f1a11bb0762c26c60ef228" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any, arm64_sonoma: "3c2de97ba7382f5903dc724cf3e84e71787f2492a914da12bf46a33ea8234ef5" |
10 |
| - sha256 cellar: :any, arm64_ventura: "3c2de97ba7382f5903dc724cf3e84e71787f2492a914da12bf46a33ea8234ef5" |
11 |
| - sha256 cellar: :any, arm64_monterey: "3c2de97ba7382f5903dc724cf3e84e71787f2492a914da12bf46a33ea8234ef5" |
12 |
| - sha256 cellar: :any, sonoma: "821cbcf6fca8399315de1e86301ff202a3173b7b3551c6305ca84e908cfc5a57" |
13 |
| - sha256 cellar: :any, ventura: "821cbcf6fca8399315de1e86301ff202a3173b7b3551c6305ca84e908cfc5a57" |
14 |
| - sha256 cellar: :any, monterey: "821cbcf6fca8399315de1e86301ff202a3173b7b3551c6305ca84e908cfc5a57" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "488a79fd4c6a3fc587e1736c327bf6a6736a81cbce88284b89a75c924d13280f" |
| 9 | + sha256 cellar: :any, arm64_sonoma: "6ca61422a1216b51594ec818fd0efa8cfc437cc565fb64810ddb1735d8913b25" |
| 10 | + sha256 cellar: :any, arm64_ventura: "6ca61422a1216b51594ec818fd0efa8cfc437cc565fb64810ddb1735d8913b25" |
| 11 | + sha256 cellar: :any, arm64_monterey: "6ca61422a1216b51594ec818fd0efa8cfc437cc565fb64810ddb1735d8913b25" |
| 12 | + sha256 cellar: :any, sonoma: "f38875f9ab506565f50754e2872fe951fde478bf87ef7daef3779482eeb3a6f2" |
| 13 | + sha256 cellar: :any, ventura: "f38875f9ab506565f50754e2872fe951fde478bf87ef7daef3779482eeb3a6f2" |
| 14 | + sha256 cellar: :any, monterey: "f38875f9ab506565f50754e2872fe951fde478bf87ef7daef3779482eeb3a6f2" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "cfd5440c22e5849b2ff2a2098d42d36aa0928132802f38e1c6df715e50fbaa6a" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments