Skip to content

Commit 96e88c7

Browse files
authored
Merge pull request Homebrew#182582 from Homebrew/bump-devcontainer-0.69.0
devcontainer 0.69.0
2 parents 6261736 + 6acf6d3 commit 96e88c7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/devcontainer.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Devcontainer < Formula
22
desc "Reference implementation for the Development Containers specification"
33
homepage "https://containers.dev"
4-
url "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.68.0.tgz"
5-
sha256 "bda4e89bf0c2d060870bc5082f1c7ba09cd7fda331620032e145bb938a880095"
4+
url "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.69.0.tgz"
5+
sha256 "fa20a4a95bd9ca7143187d7958a47f0a087a78e4e89d0c592a9cf78fa363a91e"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
11-
sha256 cellar: :any_skip_relocation, arm64_monterey: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
12-
sha256 cellar: :any_skip_relocation, sonoma: "422f465804f4bdc367b8852aa8fc3807c20ba7cbba5b4280a7b7c552a1c4aefb"
13-
sha256 cellar: :any_skip_relocation, ventura: "422f465804f4bdc367b8852aa8fc3807c20ba7cbba5b4280a7b7c552a1c4aefb"
14-
sha256 cellar: :any_skip_relocation, monterey: "422f465804f4bdc367b8852aa8fc3807c20ba7cbba5b4280a7b7c552a1c4aefb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
9+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
10+
sha256 cellar: :any_skip_relocation, arm64_ventura: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
11+
sha256 cellar: :any_skip_relocation, arm64_monterey: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
12+
sha256 cellar: :any_skip_relocation, sonoma: "517f405d3603adce917e91b1cc37fa12b143abf99a635cb18243e808c42b0d34"
13+
sha256 cellar: :any_skip_relocation, ventura: "517f405d3603adce917e91b1cc37fa12b143abf99a635cb18243e808c42b0d34"
14+
sha256 cellar: :any_skip_relocation, monterey: "517f405d3603adce917e91b1cc37fa12b143abf99a635cb18243e808c42b0d34"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)