Skip to content

Commit 950a165

Browse files
authored
Merge pull request #235687 from Homebrew/bump-repomix-1.4.2
repomix 1.4.2
2 parents 440d4f7 + 36549e6 commit 950a165

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/repomix.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.4.1.tgz"
5-
sha256 "e98ba4eeb4f6e14a6b5ef392448d7408c47244f56893844693483b605ab68f9d"
4+
url "https://registry.npmjs.org/repomix/-/repomix-1.4.2.tgz"
5+
sha256 "372fd8ec459aa0023cd7e6fa187ea8e6e05f6e5900f578003b031b335f0e3a4c"
66
license "MIT"
77

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

1818
depends_on "node"

0 commit comments

Comments
 (0)