Skip to content

Commit

Permalink
Merge pull request #183301 from Homebrew/bump-aichat-0.21.0
Browse files Browse the repository at this point in the history
aichat 0.21.0
  • Loading branch information
BrewTestBot authored Sep 3, 2024
2 parents 2e8c1a5 + 7f06bb9 commit db1919a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/a/aichat.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.20.0.tar.gz"
sha256 "e7ef65102b346504bfa60a9db5b49cec981f4c99f40c3ebfa88a7e1dad947fa1"
url "https://github.com/sigoden/aichat/archive/refs/tags/v0.21.0.tar.gz"
sha256 "1ab8b9c0c352b62be8f4002faaf5f00fe5f7459ac00974066ce801adefc176de"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/sigoden/aichat.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "34ca321801a7864eb987da48af0c16dd7433c7414da8daf52316a9827a906736"
sha256 cellar: :any_skip_relocation, arm64_ventura: "157b7cc0ce360620919d3d3926d726f60649510c8a189b6bf523760d647d71b3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "783ce942096b579814170237174d79527b3264fece2fa8fc18ad2a6eb40100b5"
sha256 cellar: :any_skip_relocation, sonoma: "c072ce14e6402af27631bc725025091cb8c60692d4eb36745407a96ce7ec65fa"
sha256 cellar: :any_skip_relocation, ventura: "003523924973f3ee6528fe5792f90fc3774d40d65263e019212be03a3c877b26"
sha256 cellar: :any_skip_relocation, monterey: "eaf4c2a0bfed527055ac200f360344673b2ceba66937f5ba0381db958fd5a814"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5cea885816c86544edde84174f62444a0f57a1a9cb071d73e2d435f790feaa4f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c8ba748d0f712f69c238e053ff3e5116c23ed61c19a5adf1ceb80884abaf0b2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4b589c60299fd044037e7928810c4b62778ad9115f1555a0cb4dcc68f953dc45"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ff58411f306216147a43fc82dea08e940b824b64c585acabf0ce0a5bcc99e4c6"
sha256 cellar: :any_skip_relocation, sonoma: "1c4e01c64d194bc91d1bbe8b365bee25e6c47278a4403d5c9615486c309aa1f5"
sha256 cellar: :any_skip_relocation, ventura: "c46df5f4f99255a28abe9bfe43b3b9acf8af3ae3420dfd7ffcd230c03307b48a"
sha256 cellar: :any_skip_relocation, monterey: "04306a3720de9256c26d9a381441f0a6ad3632668c6a72611bb9f1eda15dd742"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bfc0ddbb658af9d307e6daaa5f1b4ce4d3eeaecdf9da086b5df7678fb90b4d26"
end

depends_on "rust" => :build
Expand Down

0 comments on commit db1919a

Please sign in to comment.