|
1 | 1 | class Repomix < Formula |
2 | 2 | desc "Pack repository contents into a single AI-friendly file" |
3 | 3 | homepage "https://github.com/yamadashy/repomix" |
4 | | - url "https://registry.npmjs.org/repomix/-/repomix-1.4.1.tgz" |
5 | | - sha256 "e98ba4eeb4f6e14a6b5ef392448d7408c47244f56893844693483b605ab68f9d" |
| 4 | + url "https://registry.npmjs.org/repomix/-/repomix-1.4.2.tgz" |
| 5 | + sha256 "372fd8ec459aa0023cd7e6fa187ea8e6e05f6e5900f578003b031b335f0e3a4c" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fcf0fc4ef21a424637156a0f2d7c1f91e68d6be1d43d278ca28b04804c822b7" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fcf0fc4ef21a424637156a0f2d7c1f91e68d6be1d43d278ca28b04804c822b7" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "9fcf0fc4ef21a424637156a0f2d7c1f91e68d6be1d43d278ca28b04804c822b7" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "9fcf0fc4ef21a424637156a0f2d7c1f91e68d6be1d43d278ca28b04804c822b7" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "9fcf0fc4ef21a424637156a0f2d7c1f91e68d6be1d43d278ca28b04804c822b7" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "3be92c410724a0d1686eeb1a1111050adfc093c5feb8f910aed94e416a280d5f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3be92c410724a0d1686eeb1a1111050adfc093c5feb8f910aed94e416a280d5f" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "232d4b3b45a605c23f927ed48587dcf59b37544fac3816c83ff0d83e800b5e59" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "232d4b3b45a605c23f927ed48587dcf59b37544fac3816c83ff0d83e800b5e59" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "232d4b3b45a605c23f927ed48587dcf59b37544fac3816c83ff0d83e800b5e59" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "232d4b3b45a605c23f927ed48587dcf59b37544fac3816c83ff0d83e800b5e59" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "232d4b3b45a605c23f927ed48587dcf59b37544fac3816c83ff0d83e800b5e59" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b66e6d6600e66a04d5f7d69e637d7f9b189ad2fcbd7c5698d4ee44e64a6056d2" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b66e6d6600e66a04d5f7d69e637d7f9b189ad2fcbd7c5698d4ee44e64a6056d2" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments