Skip to content

Commit

Permalink
Merge pull request #196592 from Homebrew/bump-kwctl-1.18.0
Browse files Browse the repository at this point in the history
kwctl 1.18.0
  • Loading branch information
BrewTestBot authored Nov 4, 2024
2 parents cfa7e80 + 479f832 commit 713e6ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kwctl.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Kwctl < Formula
desc "CLI tool for the Kubewarden policy engine for Kubernetes"
homepage "https://www.kubewarden.io/"
url "https://github.com/kubewarden/kwctl/archive/refs/tags/v1.17.0.tar.gz"
sha256 "d26b7706704901c8dde9121c1c00a9174e5a5bd081055e304210387bfb85c616"
url "https://github.com/kubewarden/kwctl/archive/refs/tags/v1.18.0.tar.gz"
sha256 "315fd4f31cd02c196c4c85a00854fbfce292ab1a3ffdf323a5ea168620c100ff"
license "Apache-2.0"
head "https://github.com/kubewarden/kwctl.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2084798a4e57f7288dfaa47a24bfe66dae8cf395af2e6dd83bc2cc9a171e81d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bcddf06e296bed215a05972e6cd0f613d2ac412520e57a49b39e82bfce097bd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f3cc50c4db5ce89c8131ea7af4e5bb4b33f583e7e68beb345ce808659f6db95d"
sha256 cellar: :any_skip_relocation, sonoma: "d8a0769ad648d0d0abb56cc9ba8f4be42bea3f862c6c321b1f7ac4a0024db299"
sha256 cellar: :any_skip_relocation, ventura: "f71c1dd00bede9f4b884e22294d2d1743cd74d6890ca0ba1d3bf190128d09ba8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "09cc2929d4ae648edd328aaf151cabe47b660e03df87268182d49165840aba30"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "963b0b043bc3391097b8a70e43cdd0d3a3bb424f2b256c5321df7066fb09e2ef"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "116decc55e886cc5d8e73076573e0323c88324a326390f7d443e8bb31f33da2c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b05edd54aff2590372d7060d56edaad94363dadecd6aea54f83c8228d026121"
sha256 cellar: :any_skip_relocation, sonoma: "42ab48946cc90231a382ee596defb02f0f9ca523757760f098f4ba5ad39ea66a"
sha256 cellar: :any_skip_relocation, ventura: "25f84b3ed965cc5140e61208b04718a74800d77b2d0f4cb337cad305e394c711"
sha256 cellar: :any_skip_relocation, x86_64_linux: "49980de56abaf5e1f1896289a084fefd2b0f7fdc38dcb339ecfbf8123a5b5c5b"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 713e6ac

Please sign in to comment.