|
1 | 1 | class Codesnap < Formula |
2 | 2 | desc "Generates code snapshots in various formats" |
3 | | - homepage "https://github.com/mistricky/CodeSnap" |
4 | | - url "https://github.com/mistricky/CodeSnap/archive/refs/tags/v0.10.5.tar.gz" |
5 | | - sha256 "f9ba0e36aab5c671f8068ca0d7bbd3cab4432f72096dbc6c425f4aaf9bc1b780" |
| 3 | + homepage "https://github.com/codesnap-rs/codesnap" |
| 4 | + url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.10.5.tar.gz" |
| 5 | + sha256 "814ff5cfbc546623587c8dd01db3ce3320daf1b354c02b3bedbd1fd68785212b" |
6 | 6 | license "MIT" |
7 | | - head "https://github.com/mistricky/CodeSnap.git", branch: "main" |
| 7 | + head "https://github.com/codesnap-rs/codesnap.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "17ca16883096a20e3cda88529115d8ef1a5f088fc0eaffb8d8e97161cb0414f0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fa98da9b4c2b88d648449080060929b3000e70cdc9f7ebd5ffe9107aef7e283" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "341a5c76990f9725735ec11f9f53c420b63c03a67502bdc0884c373809ffd431" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "95c4376735bb1299e6cafb91689294569875c33229f2ccbc6ecd128c6836b037" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "c64173e96b9d69335973405cbe3e97c25ce52a79a20a2d3810d271d5082dab32" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0f10db20d9533ba7e0b6014703f2b20633c454fb89ca3ccdb90e7554195e777" |
| 10 | + rebuild 1 |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9085159ad167f1a9373ce3ab3c0750fd4dec188a6415af70e68dc47cd3a1eed0" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "849869809804e9e7b78b0bd08d0b57e3aa9d4f228deb402b84993e8d8d1e3a5e" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "4573982698fd19774bef166fc7a2898ef3ca354e58c6aabc81821d187c3d06d2" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "5a7624a2c493e0011d72048cf5bebbe1204efa322171af57d45ac2f36e2ee9b8" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "1cd2fe459aa0e56dc112b18f5c16e7c0978bc5b52a1711a63a5302ba8a59f48b" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3092d52c4bf186ed27f637fc7c91119cc9a782863fa16ac59a21cac5a72a60f7" |
16 | 17 | end |
17 | 18 |
|
18 | 19 | depends_on "rust" => :build |
|
0 commit comments