Skip to content

Commit 90c7976

Browse files
authored
Merge pull request Homebrew#194243 from ammario/bump-aicommit-0.6.4
aicommit 0.6.4
2 parents b958b84 + 9342fd8 commit 90c7976

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/aicommit.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Aicommit < Formula
22
desc "AI-powered commit message generator"
33
homepage "https://github.com/coder/aicommit"
4-
url "https://github.com/coder/aicommit/archive/refs/tags/v0.6.3.tar.gz"
5-
sha256 "f42fac51fbe334f4d4057622b152eff168f4aa28d6da484af1cea966abd836a1"
4+
url "https://github.com/coder/aicommit/archive/refs/tags/v0.6.4.tar.gz"
5+
sha256 "393afe45eb2aa438a9d3b211aa19d6e46948c6e6d970ce0c694d5b3897075c99"
66
license "CC0-1.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "08f4539b07833129078e0f2ed41c8d219e6267c81162e29fdc8d666173f8e1b8"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "08f4539b07833129078e0f2ed41c8d219e6267c81162e29fdc8d666173f8e1b8"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "08f4539b07833129078e0f2ed41c8d219e6267c81162e29fdc8d666173f8e1b8"
12-
sha256 cellar: :any_skip_relocation, sonoma: "df069029e846d7af4a9350bf8e5e47d3a2269450de5a34a60f594e2d6c2ce0a1"
13-
sha256 cellar: :any_skip_relocation, ventura: "df069029e846d7af4a9350bf8e5e47d3a2269450de5a34a60f594e2d6c2ce0a1"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ed14aa942b8c6bdf1ca078b49bc40e1a84c653cc8b5165484678b9d74e3f8ce"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba5e2c2761096b1bf8398735271267df4741f9a5c475317548728c1157c9b639"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba5e2c2761096b1bf8398735271267df4741f9a5c475317548728c1157c9b639"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ba5e2c2761096b1bf8398735271267df4741f9a5c475317548728c1157c9b639"
12+
sha256 cellar: :any_skip_relocation, sonoma: "d76be98e52b540cb4c50ca7faa8cd3935de27443cc5a75d8c6e78f35333bd226"
13+
sha256 cellar: :any_skip_relocation, ventura: "d76be98e52b540cb4c50ca7faa8cd3935de27443cc5a75d8c6e78f35333bd226"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "571232f6e124681c01a471825cf01491b3621c6dff995f37296fa6fbce3f6d9b"
1515
end
1616

1717
depends_on "go"

0 commit comments

Comments
 (0)