Skip to content

Commit

Permalink
Merge pull request #150264 from BrewTestBot/bump-cdk8s-2.132.0
Browse files Browse the repository at this point in the history
cdk8s 2.132.0
  • Loading branch information
BrewTestBot authored Oct 9, 2023
2 parents 9940e54 + dc9a537 commit bc89fb1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cdk8s.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
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.131.0.tgz"
sha256 "a0292e60c26034a1e227892bf70fb64e227261f3e7c113f7ca639a5b78d5cdae"
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.132.0.tgz"
sha256 "9c87cdd3bf26e3864f77406d922549e160ffc476deaa2b303802a8ff111c3369"
license "Apache-2.0"
bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbcec028d1cb39e571717d61d2bd05f9c7f76a0bdeaebb68965b4c280d283c73"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbcec028d1cb39e571717d61d2bd05f9c7f76a0bdeaebb68965b4c280d283c73"
sha256 cellar: :any_skip_relocation, arm64_monterey: "dbcec028d1cb39e571717d61d2bd05f9c7f76a0bdeaebb68965b4c280d283c73"
sha256 cellar: :any_skip_relocation, sonoma: "c3a52feb8c5abd8b7d9ae344d240d443c901cd505d67f759e91a0759a3f17b97"
sha256 cellar: :any_skip_relocation, ventura: "c3a52feb8c5abd8b7d9ae344d240d443c901cd505d67f759e91a0759a3f17b97"
sha256 cellar: :any_skip_relocation, monterey: "c3a52feb8c5abd8b7d9ae344d240d443c901cd505d67f759e91a0759a3f17b97"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbcec028d1cb39e571717d61d2bd05f9c7f76a0bdeaebb68965b4c280d283c73"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39f379482c21aa5041ab2d4bc4c42c97bb22239a51d2bdfb61af80d31aa5819a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "39f379482c21aa5041ab2d4bc4c42c97bb22239a51d2bdfb61af80d31aa5819a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "39f379482c21aa5041ab2d4bc4c42c97bb22239a51d2bdfb61af80d31aa5819a"
sha256 cellar: :any_skip_relocation, sonoma: "6c46778e40c2335c304be1705a3bac1bc2f2526360717a5c6762e4072f6b3a59"
sha256 cellar: :any_skip_relocation, ventura: "6c46778e40c2335c304be1705a3bac1bc2f2526360717a5c6762e4072f6b3a59"
sha256 cellar: :any_skip_relocation, monterey: "6c46778e40c2335c304be1705a3bac1bc2f2526360717a5c6762e4072f6b3a59"
sha256 cellar: :any_skip_relocation, x86_64_linux: "39f379482c21aa5041ab2d4bc4c42c97bb22239a51d2bdfb61af80d31aa5819a"
end

depends_on "node"
Expand Down

0 comments on commit bc89fb1

Please sign in to comment.