|
1 | 1 | class E2b < Formula |
2 | 2 | desc "CLI to manage E2B sandboxes and templates" |
3 | 3 | homepage "https://e2b.dev" |
4 | | - url "https://registry.npmjs.org/@e2b/cli/-/cli-1.5.0.tgz" |
5 | | - sha256 "1f3583ffda264af21c5716d695a31b9d6b1cd0e0a284f8962cad7d6655cb2216" |
| 4 | + url "https://registry.npmjs.org/@e2b/cli/-/cli-1.5.1.tgz" |
| 5 | + sha256 "e9f2b9ba395da1fbc93bc3fa583fb52cc2447632001a47f8810bb16cb56099bd" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "1ed2a8624dffca357ae8152b001f10713bd1428ecdc3e3f5ca7539d489465ad8" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "1ed2a8624dffca357ae8152b001f10713bd1428ecdc3e3f5ca7539d489465ad8" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "fd4822c8dc891a751e7a621e30e0f24a5bf65c34a019e243a2a1fcfcb01a555f" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "fd4822c8dc891a751e7a621e30e0f24a5bf65c34a019e243a2a1fcfcb01a555f" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments