File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
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.6 .tgz"
5- sha256 "b1720c9d5d503be533d86d1f9683a46ced635762b4a7081cfb006928e8623deb "
4+ url "https://registry.npmjs.org/rulesync/-/rulesync-2.0.0 .tgz"
5+ sha256 "59f325052b837aecdf10741cf5f3b55e54465ac2c186e60dccb3454dbd5e27a6 "
66 license "MIT"
77
88 bottle do
9- sha256 cellar : :any_skip_relocation , all : "a1b065de45ed2d5b88f666ec0408b7b82d2aecfea70e8130628e010063c4df3e "
9+ sha256 cellar : :any_skip_relocation , all : "1acb4f83b07f180a6f9a97f55277c3895bc9a9db36666e8a97e8d15cbacf34e9 "
1010 end
1111
1212 depends_on "node"
1313
1414 def install
15- # version patch, upstream pr ref, https://github.com/dyoshikawa/rulesync/pull/324
16- inreplace "dist/index.js" , "1.2.5" , version . to_s
17-
1815 system "npm" , "install" , *std_npm_args
1916 bin . install_symlink Dir [ "#{ libexec } /bin/*" ]
2017 end
You can’t perform that action at this time.
0 commit comments