Skip to content

Commit cdac3d3

Browse files
authored
Merge pull request #253984 from sami-alajrami/update-kosli-cli.rb-1762875931
kosli-cli 2.11.30
2 parents dcfbdf7 + df6f905 commit cdac3d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kosli-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class KosliCli < Formula
22
desc "CLI for managing Kosli"
33
homepage "https://docs.kosli.com/client_reference/"
4-
url "https://github.com/kosli-dev/cli/archive/refs/tags/v2.11.29.tar.gz"
5-
sha256 "4c263739d5b02cc866b96a50a640e6543e7010d1cb50ad50e51c7cb4424fd73d"
4+
url "https://github.com/kosli-dev/cli/archive/refs/tags/v2.11.30.tar.gz"
5+
sha256 "99e0329810f68fe61b87a09987f45f792dd9abb7a38a0c491cbd4da0bf0b0df4"
66
license "MIT"
77
head "https://github.com/kosli-dev/cli.git", branch: "main"
88

@@ -14,12 +14,12 @@ class KosliCli < Formula
1414
no_autobump! because: :bumped_by_upstream
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ebf45f6244b2e50f91701c46d8dbbe2f28c6f6f3da0c74857fdca9296b25e903"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0bf5457ebc35e1d9e32b7ef52d1bb4743f7c06597165a395b468c1657d1959d"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1efa38e5dc7d10d2dc49d5b19b9ca3b1f5a938e5cb3bf78cb9cc5387a5ccfb6d"
20-
sha256 cellar: :any_skip_relocation, sonoma: "1b53900d9c5a444e62a2c448dd26b7ddb2c520ef2ff0c8bb6c5d8294bb5ff984"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "d229140dc4307cfd7e4f320c6221bd0cfa4fb9cec8ae4a662a75b7155f32deaf"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6372efa546b3262008a3a291bbbc2b6c4dd448e2dabedd1c821fce252ccb206e"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a9a5423a1cacddc46d42612d2c48f699a1f9de29db92974afb6598f7677c5a7c"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "df496e1dbd9342875ea1899926ed2b157b3986a47a2ac757f511d0d2b51020d5"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a428f333f72727e95efdb5a4f5b3610b8ad8b7b514747022c0b52c581538df0"
20+
sha256 cellar: :any_skip_relocation, sonoma: "d227544a044220fc26bf11e73461e2b55fbdf59b35eb244974e0764fadcd6cb7"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "764d28bb8f427d061d4ad45ccad4970f5a2607b2db81ba057e19e8c4bd2766d1"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2ddafefa7ebc73556e00721ad5714d27a94004d45d371fcbf3197b472a425f12"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)