Skip to content

Commit

Permalink
Merge pull request #144052 from krehel/bump-liqoctl-0.9.4
Browse files Browse the repository at this point in the history
liqoctl 0.9.4
  • Loading branch information
BrewTestBot authored Sep 19, 2023
2 parents e6eabed + 47275c8 commit af6c2ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/l/liqoctl.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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
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
Expand Down

0 comments on commit af6c2ec

Please sign in to comment.