11class 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.32 .tar.gz"
5- sha256 "83a5c28613f08715a7f78b91363bd6cb2bdfedd67c827bc1425eb8f93edd33fa "
4+ url "https://github.com/kosli-dev/cli/archive/refs/tags/v2.11.33 .tar.gz"
5+ sha256 "0f7a5566b587ff9d334a3120269a1b8d0b5897868f5c8696f01309e2ef2687eb "
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 : "bf8e6f1e1e62e22908e4ab950bb44e5488d1857de80b7992681598baa9aa3523 "
18- sha256 cellar : :any_skip_relocation , arm64_sequoia : "077ef3854f2401f23d647f532c97db544c235c3f4fa7dc33949093bb01060ab2 "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "0b493c5825a7d281f906d82b01855a9e118989298ae84cfda867ccf5b5714f94 "
20- sha256 cellar : :any_skip_relocation , sonoma : "67f5b11f7d8cbfb077cf5958cd5e95e13921ff562cc9847f6c1199d237b5bb81 "
21- sha256 cellar : :any_skip_relocation , arm64_linux : "8ef9abfda6047a07cf48204d96adcb4e039436b6f4ca032fc63b13f6d8d401e6 "
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "010535b1137af88c089657975fa27b2ef780c2a7bd29d2cac99ccc95f87cbca4 "
17+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "6dbd093eaf9892a87ea66b0295e5abd12e8036879afc3da60e92adbe27916791 "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "94b82b4226d6cb79abc95d84cc00d2e46bbf8af6cfc9c37002a173cec293c754 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "b97d6b3bb2d22f08cb23f50704dc051b1e72cfde2db958b2bb617ab021c31b16 "
20+ sha256 cellar : :any_skip_relocation , sonoma : "434f6607f7b2eee424dbcbafa1ff88fc0402ca6c0e9bfdde2f22f3d0ac05294d "
21+ sha256 cellar : :any_skip_relocation , arm64_linux : "e0b9a538f10d28abdfb4bcc0b0f7e48a7147777e9bd782190a1755cb885d5ec2 "
22+ sha256 cellar : :any_skip_relocation , x86_64_linux : "7a69791cd38cc7741d32a85c3aa381960429af54a45857e9c038a0c60d85890d "
2323 end
2424
2525 depends_on "go" => :build
0 commit comments