Skip to content

Commit

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

kosli-cli 2.9.1
  • Loading branch information
BrewTestBot committed Apr 23, 2024
2 parents 2785b10 + eede40e commit 7f8a250
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kosli-cli.rb
@@ -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.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"

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
Expand Down

0 comments on commit 7f8a250

Please sign in to comment.