Skip to content

Commit 2d37fdd

Browse files
authored
Merge pull request Homebrew#206573 from Homebrew/bump-codesnap-0.10.4
codesnap 0.10.4
2 parents d8456a6 + 68a535e commit 2d37fdd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/codesnap.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a553c3486e3301d016f8434eef2668c3d6f57c65657f8bc1fb8a4820b95b7565"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "da7a4f8c3f8b1b6a560a14cbf7ef1e36c22349237fd7bb6b13b9ad586353cb6a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "abb10267bf4aec39d5e31cf46ee7cb8381ea69ead67f2957dac58bfce40ccb28"
13-
sha256 cellar: :any_skip_relocation, sonoma: "dd90fdc0df376687700e070e9c252bfcf67631f08c33e5f057166b1743ee71da"
14-
sha256 cellar: :any_skip_relocation, ventura: "5183b945969dc61342854b13b668630327ef23bdc79841b6045124d1299509c6"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f9130270486130b3eee8ed12ef82da2364763b71940375fb54402f67c0cb113"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f93f71c3da352d8ed558e39a2dddb061ce5e18906335c688ca2912f7b9a0b014"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4023ba270b4e82f1f276aacd01138a8c9dd1433bad4aff7225b877b905683b04"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6fce19304f93c9b602ee0277a7a72ff50c999a07bdb1ecd39877dfd72837ab2f"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2a2d5dc122fc16fd9d1d8eb942733ef94778c4afc85468d686c4a282c35362ff"
14+
sha256 cellar: :any_skip_relocation, ventura: "32f11308ee6ef880b5a9473daabcb8843f879e495a875418ea8a4baef5b6c11a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "51d6c84fb761fb42295c46bb601595e4757f3ed4e77521b00b1a4b12114863f3"
1616
end
1717

1818
depends_on "rust" => :build
1919

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)