Skip to content

Commit

Permalink
Merge pull request #182582 from Homebrew/bump-devcontainer-0.69.0
Browse files Browse the repository at this point in the history
devcontainer 0.69.0
  • Loading branch information
BrewTestBot authored Aug 27, 2024
2 parents 6261736 + 6acf6d3 commit 96e88c7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/devcontainer.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Devcontainer < Formula
desc "Reference implementation for the Development Containers specification"
homepage "https://containers.dev"
url "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.68.0.tgz"
sha256 "bda4e89bf0c2d060870bc5082f1c7ba09cd7fda331620032e145bb938a880095"
url "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.69.0.tgz"
sha256 "fa20a4a95bd9ca7143187d7958a47f0a087a78e4e89d0c592a9cf78fa363a91e"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
sha256 cellar: :any_skip_relocation, sonoma: "422f465804f4bdc367b8852aa8fc3807c20ba7cbba5b4280a7b7c552a1c4aefb"
sha256 cellar: :any_skip_relocation, ventura: "422f465804f4bdc367b8852aa8fc3807c20ba7cbba5b4280a7b7c552a1c4aefb"
sha256 cellar: :any_skip_relocation, monterey: "422f465804f4bdc367b8852aa8fc3807c20ba7cbba5b4280a7b7c552a1c4aefb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c316392bdb7ddd56e0e86a339823f02c7950f60f7c504de56fbcd82d8b4f0ac4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
sha256 cellar: :any_skip_relocation, sonoma: "517f405d3603adce917e91b1cc37fa12b143abf99a635cb18243e808c42b0d34"
sha256 cellar: :any_skip_relocation, ventura: "517f405d3603adce917e91b1cc37fa12b143abf99a635cb18243e808c42b0d34"
sha256 cellar: :any_skip_relocation, monterey: "517f405d3603adce917e91b1cc37fa12b143abf99a635cb18243e808c42b0d34"
sha256 cellar: :any_skip_relocation, x86_64_linux: "98aa876cafa71d6ff1e8e7cda62dc425fdd81a0919a20470f8b6a64841143e5e"
end

depends_on "node"
Expand Down

0 comments on commit 96e88c7

Please sign in to comment.