From 20395d17bdc94d569edf7e291820153b9345c541 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Tue, 25 Apr 2023 02:13:25 +0800 Subject: [PATCH 1/2] cilium-cli 0.14.0 --- Formula/cilium-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cilium-cli.rb b/Formula/cilium-cli.rb index f0d85cc25cd2f..73aa43604e5d0 100644 --- a/Formula/cilium-cli.rb +++ b/Formula/cilium-cli.rb @@ -1,8 +1,8 @@ class CiliumCli < Formula desc "CLI to install, manage & troubleshoot Kubernetes clusters running Cilium" homepage "https://cilium.io" - url "https://github.com/cilium/cilium-cli/archive/refs/tags/v0.13.2.tar.gz" - sha256 "c009fe9bbb65cd118b678ea4e4aeca8fefe15669bd20f5a1b57222e622d79952" + url "https://github.com/cilium/cilium-cli/archive/refs/tags/v0.14.0.tar.gz" + sha256 "c836276c5d496017b6a64cb28735bf62e49b88fde096334ccc8b617f58fd0d52" license "Apache-2.0" bottle do From 85a0215f69e8144fbccfc0f9b333cd8852272148 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:12:10 +0000 Subject: [PATCH 2/2] cilium-cli: update 0.14.0 bottle. --- Formula/cilium-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/cilium-cli.rb b/Formula/cilium-cli.rb index 73aa43604e5d0..d31d910cda279 100644 --- a/Formula/cilium-cli.rb +++ b/Formula/cilium-cli.rb @@ -6,13 +6,13 @@ class CiliumCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "e0c8eae8a1d6bfc972f11e82cf0e3038e746f877192df3769c191542ad701e8c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "47db50265bd84a60fae9942f63f485bbc4e2f3c4932c6919b1baefa20f913404" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "9e545319296ae93e55023140041adf18e7ad1ad49b1bce66afc33fd9bab160e1" - sha256 cellar: :any_skip_relocation, ventura: "b258b791ed5e2ce043fffede06815510741c0497f37a9a08c292b91cec48cf83" - sha256 cellar: :any_skip_relocation, monterey: "76de2111f5529e506ce9f325ea9df531a8f4a5d049cc5944c5192fa1cd076eda" - sha256 cellar: :any_skip_relocation, big_sur: "3b33053d66879fd8140fbfab57dde44b0de8ab8e21198eba2d0b886c0cd9fd2f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee531f54751862e04919f042de09624fab6a5e571ac21437afa2c5d5124d50c4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a9343027cb8d96b98bf09de22daf2c79967d58f721b2ccb3daf94db9c7b7c045" + sha256 cellar: :any_skip_relocation, arm64_monterey: "8ccde3299fc1b821f63cce65547da65a40e0c7e5578d2bea4310bb1862e2c2bc" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "01e204d62832f31bf4c70163c309e084852c4705020fca900e3de6ee720dea38" + sha256 cellar: :any_skip_relocation, ventura: "401efe75f710a7c08213364c402ea59b3e32eb00c5d396bbc224da632d1ae384" + sha256 cellar: :any_skip_relocation, monterey: "87b98377e3d6825a1d9a6904420fa174b86868a91968a1c2b93483e2101f00d3" + sha256 cellar: :any_skip_relocation, big_sur: "dcab599377f137fcc7874e7589d99b4aff6bc820103c77c39f1afad3553d6152" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45a7a0449802fdf88e92f1cbc35aa5ee7282402ab48f0fcb6e16a8b9bf0996a9" end depends_on "go" => :build