We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9c126 commit 3160160Copy full SHA for 3160160
Formula/c/code2prompt.rb
@@ -1,8 +1,8 @@
1
class Code2prompt < Formula
2
desc "CLI tool to convert your codebase into a single LLM prompt"
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"
+ url "https://github.com/mufeedvh/code2prompt/archive/refs/tags/v3.0.2.tar.gz"
+ sha256 "08e45407b71bf5e5fb89930043b085cf8965a008dc5004d4aa4ac64db0e447e0"
6
license "MIT"
7
head "https://github.com/mufeedvh/code2prompt.git", branch: "main"
8
0 commit comments