|
1 | 1 | class Kwctl < Formula |
2 | 2 | desc "CLI tool for the Kubewarden policy engine for Kubernetes" |
3 | 3 | homepage "https://www.kubewarden.io/" |
4 | | - url "https://github.com/kubewarden/kwctl/archive/refs/tags/v1.29.1.tar.gz" |
5 | | - sha256 "bd45494d611746633c090db5c7e7dc8fce5d1f685f606b74c2eb1515e367525d" |
| 4 | + url "https://github.com/kubewarden/kwctl/archive/refs/tags/v1.30.0.tar.gz" |
| 5 | + sha256 "d69e014c1e9c51f425bef8f12b5c70d5cf2e5d4aa920a5d69ed9186a6abdf8be" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/kubewarden/kwctl.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "55b6098d8865319803dd508afa8d36c58b7ebd6716a0fd615b9d6501b76ff3ca" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66b1e784f1739c6b1a698802c286e4c77e93803dcd44174b5df6ad830619ef63" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "839660f65e947d3001be4cfb9b956eb0a3b728c898c392f9f9532f1b1d8a95e7" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "623edbd8c0d44aa6628513750f3fc8524940a469551c1ab6fabefd19ed2160c0" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "7ae880a0e890b081278b0474e16d74394e242d764c9c2a55452235f37f9b772c" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "03aecf5420536463bc737554552fe14d528500f01fe4347b5d906829d0dc1efd" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "d814d6f6c64dae69aed003eedbe69acc94d44871ebfb93cc7af58f05843b9111" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a4eae7d06223e98f838f97ada20392c1dbcd7bce6e65e7c2a6fd92667d20309" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9eeaa3adcf3dd41a82604e66020c17111ab5d4189d142f77b88d304dc6894dc3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "b246029337202238c2d1b4b327ab010bc049b6c70c51deb2ad48699da996e7e2" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "ee9f10b25e0a9fed1c7a3ce1a087d615996386f3578e5372d35abb4876687a63" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d4343ccbfae883f400969196f88daedf7952cf277f6f5ec30b3c3947b4f30e9" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments