Skip to content

Commit

Permalink
Merge pull request #169740 from sami-alajrami/update-kosli-cli.rb-171…
Browse files Browse the repository at this point in the history
…3779485

kosli-cli 2.9.0
  • Loading branch information
BrewTestBot committed Apr 22, 2024
2 parents 7dfa1d7 + 9b59013 commit af59a7a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kosli-cli.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.8.8.tar.gz"
sha256 "c7ebf3a2d7fe1a3504f26612e8d3c4382c0ad63d14885ea3fdbe22c519a97cf1"
url "https://github.com/kosli-dev/cli/archive/refs/tags/v2.9.0.tar.gz"
sha256 "62fecb66b2626c763e6f29dcf77c3887e934e1977f89099f1dcfe4c37c215ce4"
license "MIT"
head "https://github.com/kosli-dev/cli.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a44945dd3c62f687ecb7acf446347c1c5c90331e6c775c3a3b2fa65ca155556"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7fd1e315611000e3b0b7adc864a25d699b5cc047c83660f63c57fd00a97082b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "08b1209c70af07ebf0746c5dd6b70398a5c9477e242f027d6b9415b2c95b186e"
sha256 cellar: :any_skip_relocation, sonoma: "a79d765d63e5c579efa64fcd2743a91498d4b7272f2b4b813e8b80115c40584d"
sha256 cellar: :any_skip_relocation, ventura: "49452e853e3a244ee2d6f6e1d5296672bb970483b8a26b69fcfeb61621c47a90"
sha256 cellar: :any_skip_relocation, monterey: "30e321156d6c9909628c921d6ddbbdb845c98f53be8cfd6b12cbf4aef8ad8f55"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0de37f5885ff5bd1b028bdbf57151538041d51188856cfed09d56cbad62495a5"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit af59a7a

Please sign in to comment.