Skip to content

Commit f483218

Browse files
BrewTestBotchenrui333
authored andcommitted
rulesync 1.2.1
rulesync: add version patch Signed-off-by: Rui Chen <[email protected]>
1 parent c6b6364 commit f483218

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Formula/r/rulesync.rb

Lines changed: 5 additions & 2 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.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
@@ -12,6 +12,9 @@ class Rulesync < Formula
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

0 commit comments

Comments
 (0)