Skip to content

Commit e6f6a29

Browse files
authored
Merge pull request #246421 from Homebrew/bump-rulesync-2.0.0
rulesync 2.0.0
2 parents 95ff047 + 76e049a commit e6f6a29

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Formula/r/rulesync.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
class 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

0 commit comments

Comments
 (0)