|
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.17.0.tar.gz" |
5 | | - sha256 "d26b7706704901c8dde9121c1c00a9174e5a5bd081055e304210387bfb85c616" |
| 4 | + url "https://github.com/kubewarden/kwctl/archive/refs/tags/v1.18.0.tar.gz" |
| 5 | + sha256 "315fd4f31cd02c196c4c85a00854fbfce292ab1a3ffdf323a5ea168620c100ff" |
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_sequoia: "d2084798a4e57f7288dfaa47a24bfe66dae8cf395af2e6dd83bc2cc9a171e81d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bcddf06e296bed215a05972e6cd0f613d2ac412520e57a49b39e82bfce097bd" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3cc50c4db5ce89c8131ea7af4e5bb4b33f583e7e68beb345ce808659f6db95d" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "d8a0769ad648d0d0abb56cc9ba8f4be42bea3f862c6c321b1f7ac4a0024db299" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "f71c1dd00bede9f4b884e22294d2d1743cd74d6890ca0ba1d3bf190128d09ba8" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "09cc2929d4ae648edd328aaf151cabe47b660e03df87268182d49165840aba30" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "963b0b043bc3391097b8a70e43cdd0d3a3bb424f2b256c5321df7066fb09e2ef" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "116decc55e886cc5d8e73076573e0323c88324a326390f7d443e8bb31f33da2c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b05edd54aff2590372d7060d56edaad94363dadecd6aea54f83c8228d026121" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "42ab48946cc90231a382ee596defb02f0f9ca523757760f098f4ba5ad39ea66a" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "25f84b3ed965cc5140e61208b04718a74800d77b2d0f4cb337cad305e394c711" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "49980de56abaf5e1f1896289a084fefd2b0f7fdc38dcb339ecfbf8123a5b5c5b" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments