Skip to content

Commit cd67a24

Browse files
authored
Merge pull request #246648 from Homebrew/bump-repomix-1.6.1
repomix 1.6.1
2 parents a0f410b + de779f2 commit cd67a24

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/repomix.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Repomix < Formula
22
desc "Pack repository contents into a single AI-friendly file"
33
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"
66
license "MIT"
77

88
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"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)