Skip to content

Commit 55afa30

Browse files
BrewTestBotdaeho-ro
authored andcommitted
rulesync 2.0.0
1 parent c20ec2a commit 55afa30

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Formula/r/rulesync.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
@@ -12,9 +12,6 @@ class Rulesync < Formula
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)