File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11class Rulesync < Formula
22 desc "Unified AI rules management CLI tool"
33 homepage "https://github.com/dyoshikawa/rulesync"
4- url "https://registry.npmjs.org/rulesync/-/rulesync-1.2.0 .tgz"
5- sha256 "2168d1c5075dee5c6e43bb24826f1ea677c9256bd3ade1b3c5a04dd822776327 "
4+ url "https://registry.npmjs.org/rulesync/-/rulesync-1.2.1 .tgz"
5+ sha256 "de8beb8399413354f6c2010c6a9441b025488eddc4e1e73f98aebf56d349dace "
66 license "MIT"
77
88 bottle do
9- sha256 cellar : :any_skip_relocation , all : "45e58c642b6cc5951dd855067112c735a9fe5597108c9cd714b3c7c96fcb1234 "
9+ sha256 cellar : :any_skip_relocation , all : "1f3cde6a5690d74756c330144a0a556581ac001e711e5193926640f924a433dc "
1010 end
1111
1212 depends_on "node"
1313
1414 def install
15+ # version patch, upstream pr ref, https://github.com/dyoshikawa/rulesync/pull/306
16+ inreplace "dist/index.js" , "1.2.0" , version . to_s
17+
1518 system "npm" , "install" , *std_npm_args
1619 bin . install_symlink Dir [ "#{ libexec } /bin/*" ]
1720 end
You can’t perform that action at this time.
0 commit comments