Skip to content

Commit c8d3354

Browse files
authored
Merge pull request Homebrew#227268 from Homebrew/bump-e2b-1.5.1
e2b 1.5.1
2 parents fed3b44 + 4cb9d0a commit c8d3354

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/e/e2b.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class E2b < Formula
22
desc "CLI to manage E2B sandboxes and templates"
33
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"
66
license "Apache-2.0"
77

88
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"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)