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
16 changes: 8 additions & 8 deletions Formula/a/aichat.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Aichat < Formula
desc "All-in-one AI-Powered CLI Chat & Copilot"
homepage "https://github.com/sigoden/aichat"
url "https://github.com/sigoden/aichat/archive/refs/tags/v0.26.0.tar.gz"
sha256 "1743534a68acb9fdf4fee11cd2b38cc5282c85debf89a4052b61a09dcaf51185"
url "https://github.com/sigoden/aichat/archive/refs/tags/v0.27.0.tar.gz"
sha256 "eb97284be786b2b625992ab875bb95da2aa3707c063cb0c34521cb01024b38cd"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/sigoden/aichat.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75ffbe1df040a3d2e42a54277a149b7df6af3373751c41c5d005d72fd914ed08"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "840e7b978728e0e0c124ed58ab394268d8a6eb10eb8a9ce3321a93bf8206cb9b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "223161ee04f14f241e747e7ba9a84e755f37fb19c81db601960b9051c053faf6"
sha256 cellar: :any_skip_relocation, sonoma: "d6ad2ef6b370708c75f42877afa6588fd467e29bd91bb899c2c8e6f6cb855d02"
sha256 cellar: :any_skip_relocation, ventura: "ba2ef442789befe5d2369d94aefd8a8bc871bd709a11fd98f9afcce8448d2653"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b5f85275c516c268ad5cc0c9a3dacaa2b635091afcdf2c05cd78c7c0d0d3e9a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0be57fc151a7bcb38ec847a18caa6e69f264931998d95393f48f3ace157df044"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd0302baafa9555935be800f1cb34933af53ae133b7faff57c0bc05e2c9e6907"
sha256 cellar: :any_skip_relocation, arm64_ventura: "274464d65392a173e0ebde8301809d933117d5af2b2babcb819c24b9e8c66afa"
sha256 cellar: :any_skip_relocation, sonoma: "a1fe4c06df47fb1053d5aa2461ff7beaa7354729d692581f586d8844dae64876"
sha256 cellar: :any_skip_relocation, ventura: "3b1169ed0dec2a03a40c33642f1b633784b48a1b354abe31ac41d2e2576886ac"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c48b49add1ce94a0ec41bc628e00039b48cb78e07f51f7abdf558c0713bfd8ff"
end

depends_on "rust" => :build
Expand Down
Loading