Skip to content

Commit 1390ffc

Browse files
authored
Merge pull request #251967 from Homebrew/bump-vtcode-0.37.1
vtcode 0.37.1
2 parents 9e37195 + f653e96 commit 1390ffc

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.37.0.crate"
5-
sha256 "20008d569e11ad0db863913250da8d5d4c52df8d8a25056951f30eb0927be612"
4+
url "https://static.crates.io/crates/vtcode/vtcode-0.37.1.crate"
5+
sha256 "bddd5488eef052d41a3d03ef82623fa07f19c1686faccbb661d1315989ec7d9a"
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: "0e4d9e8373b6d9fd5cf6a64540810b9fee298eaff32dd6e59d03b54f0a378c28"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6cad844fb4e98bd0222ac643fa516f2a2f789cd0fb369a24a93228693673795b"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "03045be19636cd3e1ba663d0f3ed9c89620d0b321bc915235c3c693bc3762cef"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2840351f1ae47d46bd0f573821bf64483f620b94b18a9a1cd9dfd3c2606cfd15"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "411b583b1572454e2d080183554de6e8a7e121322390c1174637df48ebf4b8b8"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0164d5ddcb94c94f7a2bf37fabf8d5836ae0f5dcd04db1a690208bc9fb5de566"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9144a385b7945e2394a579adab8d957ddc0b172f1f0bacbbfa215c798124721c"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d66c9b2a8ca2c1bdbfd60b193df823afea892ddea3b2125279bd9c10bf0264be"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b263ffda0b2a09cded85a5ff0fac9a8e9a6dc6340408b98bc948d858156e88b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "59d8b05773cc594b2e986550f709db2cfeaa56f36c688e39d1619bcd23cd023b"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "23732cb19a4b5023bf816d8d9f5bec9ad1580a20ab10a035916d285c82c8f2b0"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b483c8f657df3210b9cfdcf7ff78e8ba671e98d9a6a1c2afd72c73f289a30ec4"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)