|
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.77.tgz" |
5 | | - sha256 "89d38ecfe826f9fc103d967075f842241a465508e1f1a11bb0762c26c60ef228" |
| 4 | + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.35.78.tgz" |
| 5 | + sha256 "56c550b0a47eb1690a967a7d9324a6f85fc07cc978ec3ba494f5885e0fb9a16d" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
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" |
| 9 | + sha256 cellar: :any, arm64_sonoma: "18631bf3a9257bfe9a51e2eeb98578674e6a2a208fc7d256ec2c6268043a6e4b" |
| 10 | + sha256 cellar: :any, arm64_ventura: "18631bf3a9257bfe9a51e2eeb98578674e6a2a208fc7d256ec2c6268043a6e4b" |
| 11 | + sha256 cellar: :any, arm64_monterey: "18631bf3a9257bfe9a51e2eeb98578674e6a2a208fc7d256ec2c6268043a6e4b" |
| 12 | + sha256 cellar: :any, sonoma: "ac22280515f30ba6f82c8ea7c36a898873fb0da75653fbe2bdab5269ded0ae7a" |
| 13 | + sha256 cellar: :any, ventura: "ac22280515f30ba6f82c8ea7c36a898873fb0da75653fbe2bdab5269ded0ae7a" |
| 14 | + sha256 cellar: :any, monterey: "ac22280515f30ba6f82c8ea7c36a898873fb0da75653fbe2bdab5269ded0ae7a" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1099cc8984257f6d8694940898f0a54bb5b9785af8a359bc685c8e801e3aa8d" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments