|
1 | 1 | class Codesnap < Formula |
2 | 2 | desc "Generates code snapshots in various formats" |
3 | 3 | homepage "https://github.com/codesnap-rs/codesnap" |
4 | | - url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.10.tar.gz" |
5 | | - sha256 "b5cecb80f845730333f7f6ea06f167b575a85481908e8852de9b7f3befda7cb0" |
| 4 | + url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.11.tar.gz" |
| 5 | + sha256 "67ea9342913f4c974c0f6dabfe039509d3ebc4ed671196848a8f7474c7cf5a42" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/codesnap-rs/codesnap.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "e16246614205fcfe53498a692c2e6a66098ae70df598ae887efff210143e2f5f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c4836c7c5a9336feebecf9df06836d8407f42cbca631046a53c440df0eb3725" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6f7fb9c1ff617a55ad48c92a3ccf93f872d9ddce64a5f67a22c3f3a0127d9a3" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "7f65cdff2c2863ddc9fb13f14e1ad402a0ddde2607bd0f674d4f94690c4419c4" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "866f9040025c3827ce73bdfd384ec1bd0f920e0bfb7b156502e61c14d51d98db" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "710db0d1d1560ef56ed2c574a12e93362fd656d1c26216e5fcc656fc5648aeb6" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "53bf54d9368e93213e8686790b5f185cbcafad22dd339aafe2368488e310ac8e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0dbeb179afada0a6b2a841f2cda76ac1c0d1c9012cc4fcca236b6a46d4e44a8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db1a43e9f8d22c5f6c9d2105ab5ca7ed7efef59fb0b6b4ed87c948beb9443601" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "5648fa530969a21d89d1cf099838615e86a99076fb25308ac9bae793e7590769" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "89413743db625a4f248a7739d890774bf33bede50fd828812139265aa5b03d83" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed1cc52a6e3ce45272d2b63a458b71e5c1554059de732c685f97901cb8120176" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments