Skip to content

Commit

Permalink
Merge pull request #136491 from BrewTestBot/bump-cdk8s-2.2.106
Browse files Browse the repository at this point in the history
cdk8s 2.2.106
  • Loading branch information
BrewTestBot authored Jul 13, 2023
2 parents 4c911ae + 3f784cd commit bcc0fa4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/cdk8s.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
class Cdk8s < Formula
desc "Define k8s native apps and abstractions using object-oriented programming"
homepage "https://cdk8s.io/"
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.2.105.tgz"
sha256 "028f5e8bcca1048b7b128071b29af470b66e2898825c001eaf87ba1f989f2633"
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.2.106.tgz"
sha256 "244184227a397f5d4b162f39ec46bb2f62e686e15310d52801a0e07731f4f5bf"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "79207a3b2f62236d164f2b9422fcd24eddbad6e3a9435f10c4a6f5eca3b869d9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "79207a3b2f62236d164f2b9422fcd24eddbad6e3a9435f10c4a6f5eca3b869d9"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "79207a3b2f62236d164f2b9422fcd24eddbad6e3a9435f10c4a6f5eca3b869d9"
sha256 cellar: :any_skip_relocation, ventura: "639df7f380f8774525e39f32295f3f1e1bbc0b7c93db8f006a743f855495acff"
sha256 cellar: :any_skip_relocation, monterey: "639df7f380f8774525e39f32295f3f1e1bbc0b7c93db8f006a743f855495acff"
sha256 cellar: :any_skip_relocation, big_sur: "639df7f380f8774525e39f32295f3f1e1bbc0b7c93db8f006a743f855495acff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "79207a3b2f62236d164f2b9422fcd24eddbad6e3a9435f10c4a6f5eca3b869d9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e28b9cd1518ebaee113a16078eed67923a1502c125b8a3eea9950a74e99dccf2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e28b9cd1518ebaee113a16078eed67923a1502c125b8a3eea9950a74e99dccf2"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "e28b9cd1518ebaee113a16078eed67923a1502c125b8a3eea9950a74e99dccf2"
sha256 cellar: :any_skip_relocation, ventura: "2b6d95c4f590fbd65c4c981240b8e65ecd358f912cfa002f81ca6d72d37fdc51"
sha256 cellar: :any_skip_relocation, monterey: "5bc9760ba49370ef2bea539f6f4788db293a4a70a069971c38d53e62d6c2787e"
sha256 cellar: :any_skip_relocation, big_sur: "5bc9760ba49370ef2bea539f6f4788db293a4a70a069971c38d53e62d6c2787e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e28b9cd1518ebaee113a16078eed67923a1502c125b8a3eea9950a74e99dccf2"
end

depends_on "node"
Expand Down

0 comments on commit bcc0fa4

Please sign in to comment.