From 4e5a0f30b42fab723ae6c2b59ec48967e3f16b29 Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Tue, 23 Apr 2024 12:27:25 +0200 Subject: [PATCH 1/2] kosli-cli 2.9.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/k/kosli-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kosli-cli.rb b/Formula/k/kosli-cli.rb index 6c715aac70a0a..bcb6059d86039 100644 --- a/Formula/k/kosli-cli.rb +++ b/Formula/k/kosli-cli.rb @@ -1,8 +1,8 @@ class KosliCli < Formula desc "CLI for managing Kosli" homepage "https://docs.kosli.com/client_reference/" - url "https://github.com/kosli-dev/cli/archive/refs/tags/v2.9.0.tar.gz" - sha256 "62fecb66b2626c763e6f29dcf77c3887e934e1977f89099f1dcfe4c37c215ce4" + url "https://github.com/kosli-dev/cli/archive/refs/tags/v2.9.1.tar.gz" + sha256 "0a51f4457fca60c823d55672c68fc639f0db0fbf3b05088069bb6eb22130a32f" license "MIT" head "https://github.com/kosli-dev/cli.git", branch: "main" From eede40e00e8117cb566777ff548fd4451be0e847 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:28:58 +0000 Subject: [PATCH 2/2] kosli-cli: update 2.9.1 bottle. --- Formula/k/kosli-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kosli-cli.rb b/Formula/k/kosli-cli.rb index bcb6059d86039..8b66172dbc86f 100644 --- a/Formula/k/kosli-cli.rb +++ b/Formula/k/kosli-cli.rb @@ -7,13 +7,13 @@ class KosliCli < Formula head "https://github.com/kosli-dev/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e2bf022101a8b981a6e9fcb0754bd9f0dce084a8d4496c4fa74f10899138e70" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5716b591eed2f1d294194371577c4fd7d9721e653c4c40787c946d74c1e6c048" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f727cae948cea8fcddc8f2063b2e0f43f3b1add75848dfd83e4f3d8e1ca2c7ba" - sha256 cellar: :any_skip_relocation, sonoma: "2cb8c02ad9658eeb6c3a5c9ce44f70f0c18b0d48cf6b6f22321da55fb662d49f" - sha256 cellar: :any_skip_relocation, ventura: "24e63291c13ed9a8c470bdc5845ced2004d55ca826bcffc683dd0b77e9bcc51e" - sha256 cellar: :any_skip_relocation, monterey: "0e0535eedfe9f1e4187c425365aa108143a1d9869a5e7dcd0b06f97e6f2f00a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9877d6e97a077b9e82ec09e8114491b29692c4cdfe987c1135ef1ce0c5936be3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "37cb045cdea085850402e519ebb55772fc9ed4a6d47ae675421191a75ab7096e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "da44db4c85c39b0e5e6b8e71398ed65865429b9664b10a8c93e83d06b6dc5059" + sha256 cellar: :any_skip_relocation, arm64_monterey: "df8e8d83379c92fdc8c91a4273757377c784d7ca1ad100ac866ea9ad107d14d9" + sha256 cellar: :any_skip_relocation, sonoma: "1efc362d1ce1edd6fe5b4e0f24b242a470c61a68abb51bf94b9e7387a43e5f88" + sha256 cellar: :any_skip_relocation, ventura: "810e487d946fb22b3701cb66cefcb0c361afee5b94ee76bc363b67994cec0937" + sha256 cellar: :any_skip_relocation, monterey: "6c80db54e9b2961f39f1a470356cfc22925ae2384a6026b7b2d298fdd29f9959" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7dcb5f141f447328711f28bca5699b47eb2b3713183b7b13762d1a36665db322" end depends_on "go" => :build