|
1 | 1 | class Seam < Formula |
2 | 2 | desc "This utility lets you control Seam resources" |
3 | 3 | homepage "https://github.com/seamapi/seam-cli" |
4 | | - url "https://registry.npmjs.org/seam-cli/-/seam-cli-0.0.60.tgz" |
5 | | - sha256 "e25f9c24234222813d3cbaa152180b61949ef0800f617daba469d297fee5eee8" |
| 4 | + url "https://registry.npmjs.org/seam-cli/-/seam-cli-0.0.61.tgz" |
| 5 | + sha256 "64135eb8de1ddbc5190379088a34f87927b2e803a9bb71ce47cf1d873b1d94a0" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "e4b91883ce4c7fc181c743f76a719cedb7d2ecaa111007e98b8ea30d0e8ae16f" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "e4b91883ce4c7fc181c743f76a719cedb7d2ecaa111007e98b8ea30d0e8ae16f" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "2ae827f3b1c8531b3c84874292e877970ed0111c2ff0b6ca861673180879a32d" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "4cf7355dabc33a7060c8fd32929e6be4067f2925f1808a9affe9d8a59402c56a" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "1646ba540816ebdab927fa8218f973bea1de92c19c85a3c9407610e09e29c5b9" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "1646ba540816ebdab927fa8218f973bea1de92c19c85a3c9407610e09e29c5b9" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f73fc65ba9659f60bf6423d9ddf462bd1be7c28918be7b1a716880e0252d9850" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments