|
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.6.0.tgz" |
5 | | - sha256 "4032cbd9a03eefb25153c1a51d61bd2c48e68da1499d77f64ae75bf553f60d30" |
| 4 | + url "https://registry.npmjs.org/repomix/-/repomix-1.6.1.tgz" |
| 5 | + sha256 "324bd42644e1b9b68076d378708073c6e2623d473cdd7ab8d37f02b40d750cdf" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "98869b4ad4ce138123ed4f45eb1e16248ff8b20038c4ae5fe4d2e1e61b88ef21" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "98869b4ad4ce138123ed4f45eb1e16248ff8b20038c4ae5fe4d2e1e61b88ef21" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "98869b4ad4ce138123ed4f45eb1e16248ff8b20038c4ae5fe4d2e1e61b88ef21" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "98869b4ad4ce138123ed4f45eb1e16248ff8b20038c4ae5fe4d2e1e61b88ef21" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "3cf3aec02878712f5a75fef37660363748010b9520011b32cc9e470b48af26df" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3cf3aec02878712f5a75fef37660363748010b9520011b32cc9e470b48af26df" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "19fa21944f4ae451a04d2b2bc64c6d6b16522590f7380d558f70862596863ffa" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "19fa21944f4ae451a04d2b2bc64c6d6b16522590f7380d558f70862596863ffa" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "19fa21944f4ae451a04d2b2bc64c6d6b16522590f7380d558f70862596863ffa" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "19fa21944f4ae451a04d2b2bc64c6d6b16522590f7380d558f70862596863ffa" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "4a49534b2113d45b81b4bdef5043618c1b9a0b6bac68b787903bbe04b9426dd4" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a49534b2113d45b81b4bdef5043618c1b9a0b6bac68b787903bbe04b9426dd4" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments