|
1 | 1 | class Codesnap < Formula |
2 | 2 | desc "Generates code snapshots in various formats" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/mistricky/CodeSnap.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
19 | 19 |
|
20 | 20 | def install |
21 | 21 | system "cargo", "install", *std_cargo_args(path: "cli") |
22 | 22 |
|
23 | | - pkgshare.install "examples" |
| 23 | + pkgshare.install "cli/examples" |
24 | 24 | end |
25 | 25 |
|
26 | 26 | test do |
|
0 commit comments