File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ class Vtcode < Formula
22 desc "Rust-based terminal coding agent with semantic code intelligence"
33 homepage "https://github.com/vinhnx/vtcode"
44 license "MIT"
5- version "0.50.7 "
5+ version "0.50.9 "
66
77 on_macos do
88 if Hardware ::CPU . arm?
99 url "https://github.com/vinhnx/vtcode/releases/download/v#{ version } /vtcode-v#{ version } -aarch64-apple-darwin.tar.gz"
10- sha256 "db3b87c1b5a3cab3eba6feec27696cb143a810ff5be8ab4c967e108e21631072 "
10+ sha256 "125e77e1b73e1254b993f0335c178144f61a6dc905ba057abc965bb6ba523d76 "
1111 else
1212 url "https://github.com/vinhnx/vtcode/releases/download/v#{ version } /vtcode-v#{ version } -x86_64-apple-darwin.tar.gz"
13- sha256 "2d12a64fb3034ad0c8ab22e4e058401293cc252a143f8a6b6f676ed390749419 "
13+ sha256 "8a38ab37c99fafbaf06149feabcc0d1aececf7b37c7611dfe0d58faa2403c867 "
1414 end
1515 end
1616
You can’t perform that action at this time.
0 commit comments