From d2be1140c4aa1f25504baedf56e879efd88cf52c Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:17:48 -0400 Subject: [PATCH 1/2] liqoctl 0.9.4 --- Formula/l/liqoctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/liqoctl.rb b/Formula/l/liqoctl.rb index 472a74e56a19b..6483a0299c6d9 100644 --- a/Formula/l/liqoctl.rb +++ b/Formula/l/liqoctl.rb @@ -1,8 +1,8 @@ class Liqoctl < Formula desc "Is a CLI tool to install and manage Liqo-enabled clusters" homepage "https://liqo.io" - url "https://github.com/liqotech/liqo/archive/refs/tags/v0.9.3.tar.gz" - sha256 "50b9b6b9e62c7ac168130c15b6363eb46463e6cf0e1561bd24b015611351effd" + url "https://github.com/liqotech/liqo/archive/refs/tags/v0.9.4.tar.gz" + sha256 "a733fad8d1d4ddfb80be59dbe638aceaaa74395da3825aa315228de58583e362" license "Apache-2.0" bottle do From 47275c8bdb26fa5329111b1e3505ca34941ee8a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:48:09 +0000 Subject: [PATCH 2/2] liqoctl: update 0.9.4 bottle. --- Formula/l/liqoctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/liqoctl.rb b/Formula/l/liqoctl.rb index 6483a0299c6d9..87e6167823f08 100644 --- a/Formula/l/liqoctl.rb +++ b/Formula/l/liqoctl.rb @@ -6,13 +6,13 @@ class Liqoctl < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "8c8aa7b32114cc2ce1d8309596dd99347462b072bab2873e6038a3317bad0a7c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8c8aa7b32114cc2ce1d8309596dd99347462b072bab2873e6038a3317bad0a7c" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "8c8aa7b32114cc2ce1d8309596dd99347462b072bab2873e6038a3317bad0a7c" - sha256 cellar: :any_skip_relocation, ventura: "97df6eb38c02bf972979779433bf0bf08649e4421de55f97b5f98310a65f9957" - sha256 cellar: :any_skip_relocation, monterey: "97df6eb38c02bf972979779433bf0bf08649e4421de55f97b5f98310a65f9957" - sha256 cellar: :any_skip_relocation, big_sur: "97df6eb38c02bf972979779433bf0bf08649e4421de55f97b5f98310a65f9957" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ffbf6e047245f598b5af1b4da9c5fbb6f9b0f5ab79668b11ae6af51ab0be6014" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dddbb1efc3378142de8d59ef90562a5aa51807e64056377d2e9d1ac59c44fe75" + sha256 cellar: :any_skip_relocation, arm64_monterey: "dddbb1efc3378142de8d59ef90562a5aa51807e64056377d2e9d1ac59c44fe75" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "dddbb1efc3378142de8d59ef90562a5aa51807e64056377d2e9d1ac59c44fe75" + sha256 cellar: :any_skip_relocation, ventura: "c43f1c43c2644f567b5cdf11bfc834cd221ee7485a73de9f3ad9658936adec06" + sha256 cellar: :any_skip_relocation, monterey: "c43f1c43c2644f567b5cdf11bfc834cd221ee7485a73de9f3ad9658936adec06" + sha256 cellar: :any_skip_relocation, big_sur: "c43f1c43c2644f567b5cdf11bfc834cd221ee7485a73de9f3ad9658936adec06" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf4d8a841b4dab7c297af977063e61f5e6637c27ebfe25699da54e3df5b58157" end depends_on "go" => :build