|
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.4.tar.gz" |
5 |
| - sha256 "393afe45eb2aa438a9d3b211aa19d6e46948c6e6d970ce0c694d5b3897075c99" |
| 4 | + url "https://github.com/coder/aicommit/archive/refs/tags/v0.6.5.tar.gz" |
| 5 | + sha256 "b89c00eabd881344a0e1ee3fe2d5bbf5005cfd19881f5d3a4b23bc8dd0a98a0b" |
6 | 6 | license "CC0-1.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
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" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a7c316f47dae0539e95407a1d404c7ccbb37f771f6a9049e3abc6dc6421484c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a7c316f47dae0539e95407a1d404c7ccbb37f771f6a9049e3abc6dc6421484c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7a7c316f47dae0539e95407a1d404c7ccbb37f771f6a9049e3abc6dc6421484c" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "03e62c692d3d64bc97dd6a388a8e3b810c1c8d8830a76495e0c8a80a689655a4" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "03e62c692d3d64bc97dd6a388a8e3b810c1c8d8830a76495e0c8a80a689655a4" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "848a5368d7881eb41335e58e54eb995252a4339ef65802360df8abcd05928b6b" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go"
|
|
0 commit comments