|
1 | 1 | class Vtcode < Formula |
2 | 2 | desc "CLI Semantic Coding Agent" |
3 | 3 | homepage "https://github.com/vinhnx/vtcode" |
4 | | - url "https://static.crates.io/crates/vtcode/vtcode-0.34.0.crate" |
5 | | - sha256 "609c9fd2a73a4c94fd05b458e83e7441de67cea9efe96adeb2e76527b16f4450" |
| 4 | + url "https://static.crates.io/crates/vtcode/vtcode-0.35.3.crate" |
| 5 | + sha256 "5b255dd20b407ed5eb73ee0ef863fe247c5429141387c0468342af011a8950f0" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/vinhnx/vtcode.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "444437c5b3372ea093a2056874bf031e7d9960948f8c5fd5a265de78a6815e80" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e5f46c8469b0f3c05a7ca0267cc4d644c59f71db214b5206396cb1f93782920" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "66ba10fc5e79fa04c513f9d8f432c61ca07fe53cfc36a6684f616231675e8302" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a939a7c2fd2f82762cdd8fb49b1f4978c2aacaa3317d938dc9a95dda88c2f017" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "b38cf089ebf6125935a318b96616cb9a4765a8c37d36a548260ce4cddad554ea" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "4cca45926bee2b5a5d05c1a8e6112e620c2b8ba98f3097c955d5f8e6bde1af86" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "140c5eeadc0970f8a630f8a1a0473cd956ca4bc818575599188d49475d1bba7e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8c1a7fb8278c1c66546f864d32d40b9f80ec39931786b020112887d727987f3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "83b0f5a5e43244c86abc2df9c68460c129acb56a0462f49600054cc71ea01a09" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f1aee9d5129ac7f965e70fb2ca2a91e82a0f351dbbc71dad75fc1073a0a9f7ae" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "5c0ef935aba9bf757c557f38565ac55dcc5ff414fb61e3f468fd815d9762e0d1" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bec5f489563c72ac59004c2c414363fcd930b068038e4448339d9e4d505311b8" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments