Skip to content

Commit 9776c0b

Browse files
BrewTestBotdaeho-ro
authored andcommitted
codesnap 0.10.4
1 parent f565b85 commit 9776c0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/codesnap.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)