Skip to content

Commit 0fbea45

Browse files
authored
Merge pull request Homebrew#201448 from Homebrew/aider-0.69.1
aider 0.69.1
2 parents 77576a6 + 1887e27 commit 0fbea45

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/aider.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Aider < Formula
33

44
desc "AI pair programming in your terminal"
55
homepage "https://aider.chat/"
6-
url "https://files.pythonhosted.org/packages/f7/71/56fe6867d8489f658f9dc2a7bc9fed959b56e4b4839105566a41d40dff3b/aider_chat-0.69.0.tar.gz"
7-
sha256 "3d6889825bdea9d8a93e7eeecf1c26d7e42189af4a6dc0ad4a55c260ba4b4484"
6+
url "https://files.pythonhosted.org/packages/c7/25/03bff733ecfeb2f3478644b55a8c752f733e02e952e15b2f1ee7fb547325/aider_chat-0.69.1.tar.gz"
7+
sha256 "0a4296ef176b6b7e62265b70fec479d16f90f8754967ab426efe6eac7f5ad31b"
88
license "Apache-2.0"
99
head "https://github.com/paul-gauthier/aider.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_sequoia: "c7577dbb9ec25d64abf25186b6995f102775b7a24a1e30e60b8de825dc1731fd"
13-
sha256 cellar: :any, arm64_sonoma: "ec0f704439705ee62c0b6b90233b628b7b188ae2bff20029a91597c376123616"
14-
sha256 cellar: :any, arm64_ventura: "4c1e17f9d7259e991fc89d346af0550b1a3fa3e5cf3a899167c96521ddb83198"
15-
sha256 cellar: :any, sonoma: "c5953d00e993a1143dba77df061e440170d37773cebe6eb3c9117ff4f15fba5a"
16-
sha256 cellar: :any, ventura: "df339f657ba5cc75d851e6299be3539d63efc3d5b33d96d953c20afa92579a7e"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d5b0cf357ce11192e28677737490f344091b07b00bbf0ef19821fbc6674240bb"
12+
sha256 cellar: :any, arm64_sequoia: "d3bc95b8e3abf7fd7f8fe9d85977f3ab7760e8f33ba88534d9df04fe100aa8f2"
13+
sha256 cellar: :any, arm64_sonoma: "5fac25a4af76961b2d2289f5050c6583b2658ed71b8498171fa08aa10649fbb6"
14+
sha256 cellar: :any, arm64_ventura: "86ac5f0bdaaca8f0dbbe1a253f6d03186c0775a44bc70c48c4e282cf236d2839"
15+
sha256 cellar: :any, sonoma: "343faa1b6e25b5574b986280daa2c0443806ab3252e35c21015652af02d9a271"
16+
sha256 cellar: :any, ventura: "39a914fb24522bdd2ddcbf83899bcee0bb5ae6810d5f484da4e35cd7f18fcde7"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8f2cf430f99e956eb545ced8bec4f91873c52174c913115882537a08cd7c5d2"
1818
end
1919

2020
depends_on "rust" => :build # for pydantic_core

0 commit comments

Comments
 (0)