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 11class Codesnap < Formula
22 desc "Generates code snapshots in various formats"
33 homepage "https://github.com/mistricky/CodeSnap"
4- url "https://github.com/mistricky/CodeSnap/archive/refs/tags/v0.10.1 .tar.gz"
5- sha256 "df25de3eb35c597c9de5f6e7bff1b9dceaca660f456f484e7ff4536ba3a62fb1 "
4+ url "https://github.com/mistricky/CodeSnap/archive/refs/tags/v0.10.4 .tar.gz"
5+ sha256 "ce12517002d02ce94d29a032db921fab49925ef51d4b8d4d117f60f46754b601 "
66 license "MIT"
77 head "https://github.com/mistricky/CodeSnap.git" , branch : "main"
88
@@ -20,7 +20,7 @@ class Codesnap < Formula
2020 def install
2121 system "cargo" , "install" , *std_cargo_args ( path : "cli" )
2222
23- pkgshare . install "examples"
23+ pkgshare . install "cli/ examples"
2424 end
2525
2626 test do
You can’t perform that action at this time.
0 commit comments