|
1 | 1 | class Aicommit < Formula |
2 | 2 | desc "AI-powered commit message generator" |
3 | 3 | 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" |
6 | 6 | license "CC0-1.0" |
7 | 7 |
|
8 | 8 | 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" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" |
|
0 commit comments