File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class Code2prompt < Formula
2
2
desc "CLI tool to convert your codebase into a single LLM prompt"
3
3
homepage "https://github.com/mufeedvh/code2prompt"
4
- url "https://github.com/mufeedvh/code2prompt/archive/refs/tags/v2.1.0 .tar.gz"
5
- sha256 "f1864a5d9e8e23270e0ef17ec56d709dad0ba4134950cf72b310a63b548b5c2d "
4
+ url "https://github.com/mufeedvh/code2prompt/archive/refs/tags/v3.0.2 .tar.gz"
5
+ sha256 "08e45407b71bf5e5fb89930043b085cf8965a008dc5004d4aa4ac64db0e447e0 "
6
6
license "MIT"
7
7
head "https://github.com/mufeedvh/code2prompt.git" , branch : "main"
8
8
@@ -27,7 +27,7 @@ def install
27
27
ENV [ "OPENSSL_DIR" ] = Formula [ "openssl@3" ] . opt_prefix
28
28
ENV [ "OPENSSL_NO_VENDOR" ] = "1"
29
29
30
- system "cargo" , "install" , *std_cargo_args
30
+ system "cargo" , "install" , *std_cargo_args ( path : "crates/code2prompt" )
31
31
end
32
32
33
33
test do
You can’t perform that action at this time.
0 commit comments