Skip to content

Commit 5a73a7d

Browse files
authored
Merge pull request #245167 from Homebrew/bump-rulesync-1.2.1
rulesync 1.2.1
2 parents 3c51477 + f1a9a01 commit 5a73a7d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Formula/r/rulesync.rb

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

0 commit comments

Comments
 (0)