Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 47 additions & 12 deletions Formula/k/kimi-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class KimiCli < Formula

desc "CLI agent for MoonshotAI Kimi platform"
homepage "https://github.com/MoonshotAI/kimi-cli"
url "https://files.pythonhosted.org/packages/8b/92/49eeb252713c7a3c2b08eb427cc9f92aea77135bce92af893fffb6327e04/kimi_cli-0.55.tar.gz"
sha256 "c7a449c767bc9bb929a4c5610d5afb1433320c8ab49a4a90bf6f17641f830c12"
url "https://files.pythonhosted.org/packages/d6/83/ee7895bbf6c1dc9c28d4359616397d86a633caeeec873930e5f0d06c2120/kimi_cli-0.56.tar.gz"
sha256 "32ca77c49ac91cd0c797f676a15d5a7b2e0cf305477e66424903cda2cd99dcff"
license "Apache-2.0"
head "https://github.com/MoonshotAI/kimi-cli.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_tahoe: "ade997508aaff2dce329681375ef624c852ca8d4ec21624a92d3f79c0a70643f"
sha256 cellar: :any, arm64_sequoia: "7bc213dae3b03d549b754a60b3f7c7280003ed4453204a22210b7a87cd3bba5b"
sha256 cellar: :any, arm64_sonoma: "8858241947b2d15eb3cd72277be53954584a369f8bef899b99c47b736e4cbd00"
sha256 cellar: :any, sonoma: "d6caa3fe734d3ed586e9ddbcbd3c65dbfa857e152754d143057da7c7f3820717"
sha256 cellar: :any_skip_relocation, arm64_linux: "b7057a5811d45132ebc93d29fbfdee3ea1f4cdbcb5a97af64ced461d42c50940"
sha256 cellar: :any_skip_relocation, x86_64_linux: "519b226ff85b85cb164df037446b67114a91099249ac32f8c16bf96ae268167f"
sha256 cellar: :any, arm64_tahoe: "5de8c89f0622cc747a061cd4cf01be7028069049444d6d81c6b8fd49fdb439b5"
sha256 cellar: :any, arm64_sequoia: "806872e464c0db747045f1a1ccf34554a298c0b1c042045c79858b77a545f4a7"
sha256 cellar: :any, arm64_sonoma: "ad2c0ddb7c3edc115be9a494019520a812d743484557b5138ea441b6dcb5fd76"
sha256 cellar: :any, sonoma: "71a11a8a451ffc7532f90f699aeef848c4d7f1999abb7f259869e59560eb35d6"
sha256 cellar: :any_skip_relocation, arm64_linux: "d5d2c745df084cb39109954da5020902d95d6dd42485b9bf5c8250ff6df7b92e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a5442b7f08eac1d2b2d9c9409dbfe34c884bf28eb505d846e6c914b65881a103"
end

depends_on "pkgconf" => :build
Expand Down Expand Up @@ -59,8 +59,8 @@ class KimiCli < Formula
end

resource "anthropic" do
url "https://files.pythonhosted.org/packages/f0/07/f550112c3f5299d02f06580577f602e8a112b1988ad7c98ac1a8f7292d7e/anthropic-0.73.0.tar.gz"
sha256 "30f0d7d86390165f86af6ca7c3041f8720bb2e1b0e12a44525c8edfdbd2c5239"
url "https://files.pythonhosted.org/packages/5b/f9/baa1b885c8664b446e6a13003938046901e54ffd70b532bbebd01256e34b/anthropic-0.74.0.tar.gz"
sha256 "114ec10cb394b6764e199da06335da4747b019c5629e53add33572f66964ad99"
end

resource "anyio" do
Expand All @@ -83,6 +83,11 @@ class KimiCli < Formula
sha256 "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"
end

resource "cachetools" do
url "https://files.pythonhosted.org/packages/fb/44/ca1675be2a83aeee1886ab745b28cda92093066590233cc501890eb8417a/cachetools-6.2.2.tar.gz"
sha256 "8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6"
end

resource "charset-normalizer" do
url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz"
sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"
Expand Down Expand Up @@ -148,6 +153,16 @@ class KimiCli < Formula
sha256 "3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad"
end

resource "google-auth" do
url "https://files.pythonhosted.org/packages/ff/ef/66d14cf0e01b08d2d51ffc3c20410c4e134a1548fc246a6081eae585a4fe/google_auth-2.43.0.tar.gz"
sha256 "88228eee5fc21b62a1b5fe773ca15e67778cb07dc8363adcb4a8827b52d81483"
end

resource "google-genai" do
url "https://files.pythonhosted.org/packages/c3/1c/29245699c7c274ed5709b33b6a5192af2d57da5da3d2f189f222d1895336/google_genai-1.51.0.tar.gz"
sha256 "596c1ec964b70fec17a6ccfe6ee4edede31022584e8b1d33371d93037c4001b1"
end

resource "h11" do
url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz"
sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1"
Expand Down Expand Up @@ -209,8 +224,8 @@ class KimiCli < Formula
end

resource "kosong" do
url "https://files.pythonhosted.org/packages/11/25/252cf875df6cbd4d9cf6397e1116040e3178a2063771dfd9986b380d03d2/kosong-0.25.1.tar.gz"
sha256 "e17ae79b8ada664af622db06f64853c36373d240329f8e9dd239393c8bddd265"
url "https://files.pythonhosted.org/packages/07/8e/fc3f52c5725a18814ea1f270aeef7379db5d0302860c5bb3be9620d3b835/kosong-0.26.1.tar.gz"
sha256 "dcea636b8ec92894b35b430d91ee47243c87cd24d26ba998e2f3363dfe7d9366"
end

resource "lazy-object-proxy" do
Expand Down Expand Up @@ -313,6 +328,16 @@ class KimiCli < Formula
sha256 "f48107a8c637e80362555f37ecf49abe20370e557cc4ab374f04ec4423c97c3d"
end

resource "pyasn1" do
url "https://files.pythonhosted.org/packages/ba/e9/01f1a64245b89f039897cb0130016d79f77d52669aae6ee7b159a6c4c018/pyasn1-0.6.1.tar.gz"
sha256 "6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034"
end

resource "pyasn1-modules" do
url "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz"
sha256 "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6"
end

resource "pydantic-settings" do
url "https://files.pythonhosted.org/packages/43/4b/ac7e0aae12027748076d72a8764ff1c9d82ca75a7a52622e67ed3f765c54/pydantic_settings-2.12.0.tar.gz"
sha256 "005538ef951e3c2a68e1c08b292b5f2e71490def8589d4221b95dab00dafcfd0"
Expand Down Expand Up @@ -388,6 +413,11 @@ class KimiCli < Formula
sha256 "4c43c61384f257660007acd271a5d8e4abe9be0b069c418d091f7299e080ca9d"
end

resource "rsa" do
url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz"
sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75"
end

resource "shellingham" do
url "https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz"
sha256 "8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"
Expand Down Expand Up @@ -474,6 +504,11 @@ class KimiCli < Formula
sha256 "4d478375d31bc5395a3c55c40ccdf3354688364cd61c4f6adacaa9215d0b3605"
end

resource "websockets" do
url "https://files.pythonhosted.org/packages/21/e6/26d09fab466b7ca9c7737474c52be4f76a40301b08362eb2dbc19dcc16c1/websockets-15.0.1.tar.gz"
sha256 "82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee"
end

resource "werkzeug" do
url "https://files.pythonhosted.org/packages/32/af/d4502dc713b4ccea7175d764718d5183caf8d0867a4f0190d5d4a45cea49/werkzeug-3.1.1.tar.gz"
sha256 "8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4"
Expand Down
Loading