|
1 | 1 | class Devcontainer < Formula
|
2 | 2 | desc "Reference implementation for the Development Containers specification"
|
3 | 3 | 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" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments