Skip to content

Commit

Permalink
Merge pull request #129677 from dtrodrigues/bump-devcontainer-0.41.0
Browse files Browse the repository at this point in the history
devcontainer 0.41.0
  • Loading branch information
BrewTestBot authored Apr 28, 2023
2 parents 23f6caf + c48e59c commit d5a4e54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/devcontainer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,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.40.0.tgz"
sha256 "3619f2367b287817560445030b9bc6e7746706b1c5e5a2690d7521310be7d791"
url "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.41.0.tgz"
sha256 "ef0e0c5fd9a80d899952d7f23956a624231b95c9717fd906bd446bfd738f0b7b"
license "MIT"

bottle do
sha256 arm64_ventura: "f5325d5e3e257b9091ddcdde83733318dd6cbe680394ca4832ef1a7f618cedc0"
sha256 arm64_monterey: "520edad0a04ec0f0fb6ad7ffe43c89f7e44d6ac9d865b2e53c584399e922cfbf"
sha256 arm64_big_sur: "e3a9668b2cb3e242f364fe0ceca2fb688a3c92c3553e36bd9b50f0a17b7194e4"
sha256 ventura: "e65bbf10debc93bdc5386b12e8ceb3e6c6300c456b7fc0d1e75e0db0c991a863"
sha256 monterey: "f1025ff33dad32f021af81741388c3934d72119ef72f42e23699f1e3724547ee"
sha256 big_sur: "24102d6c005f30ca610804ec345545babc6dca178eea0cfe33ec6d4a564e9be2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9bdf3c469bb8f84f553ced0a3953b8b9f211a24c31c336a336a8637df702f0a"
sha256 arm64_ventura: "329a5edf6088d238b234f264e05df7e0534b93a559a43a5fd2e9df6c2c9b61dd"
sha256 arm64_monterey: "02e74499ca7e741987d6a871b7a07bb2283c6f49862e2ef16a3b940607152ef3"
sha256 arm64_big_sur: "0f094d7f0b460fac13ef29d2732b62dcac91ce6e31a0ad7ad3ac2653aa823278"
sha256 ventura: "7891d1d1b982f81d30f279e37e49eb3a68166a140e5833444ee528d7681e424b"
sha256 monterey: "9f2d8571059e53e4c83c3237b4d204c5ae8cb846c561a5448d98992761a1ec69"
sha256 big_sur: "061f73b2332b1cdb39e4e973d3561756ff295d35dce6eccfb936a16249615a6c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e861d87dee58a20bab3f42c4350a644015392588d58abec7ece5f9b50c3f42b7"
end

depends_on "node"
Expand Down

0 comments on commit d5a4e54

Please sign in to comment.