Skip to content

Commit d94991a

Browse files
authored
Merge pull request #255055 from Homebrew/bump-vtcode-0.45.5
vtcode 0.45.5
2 parents 3d53427 + 61be427 commit d94991a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/vtcode.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Vtcode < Formula
22
desc "CLI Semantic Coding Agent"
33
homepage "https://github.com/vinhnx/vtcode"
4-
url "https://static.crates.io/crates/vtcode/vtcode-0.45.4.crate"
5-
sha256 "8b28b54de855e5f8b2f47c1d2653b623840b3025cf038202315de7208213284d"
4+
url "https://static.crates.io/crates/vtcode/vtcode-0.45.5.crate"
5+
sha256 "87c6c540535cdaf05865c1e8ee82a668f3868988b7452ab3a28857e745a7f6ad"
66
license "MIT"
77
head "https://github.com/vinhnx/vtcode.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d8ec7ad796189f6fdde5cbcf9e4825ba8f67b1f50ad594a48cde5d4e640a82b0"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eadd6314a3dfaa7c77bf5b9b06a39933d22da5c080b721328df5fc2438cfd084"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b8ecaec4a6634d3f7b438c05737fa7196435622819d837ea84e08d868e3c15e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "358697003e80753d8378cd80b3c5ffd799ced864d307d102a496d1f1a695d2e4"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "0db29ea9d707f969d3121589df1e3a3e775907d60d74011fd949208875eb2786"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "02007086928fd579c13fd2e9313d7f4a8505e4d0a9820bc5de2bf370577422e4"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a09231957c9606d7e45ae5fd409a73958f7e000ffe799996ab5dba2900121a18"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2eff70302cc0a03911ccb3c139ed2a35c2167cea37d11567c8b4ee076020d257"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8552702f8a37036e275457419cc217b67c90cca84bacba99097ee4b8fe074eb3"
13+
sha256 cellar: :any_skip_relocation, sonoma: "06fbbe03af4ab8d9c11ea0a9165fcd5eb30f69b6a89e714b9aa2c1c05521fa1a"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "45690127eed9d975497392dc53484d9d2901c8a50c31b5c8991d1cc4296d2d3d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e88b6116189bc362364f6d938fae35669c42144d471f15583d690cb8109cdb1b"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)