File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77class Rulesync < Formula
88 desc "Unified AI rules management CLI that generates config files for AI dev tools"
99 homepage "https://github.com/dyoshikawa/rulesync"
10- version "13 .0.0"
10+ version "14 .0.0"
1111 license "MIT"
1212
1313 on_macos do
1414 on_arm do
1515 url "https://github.com/dyoshikawa/rulesync/releases/download/v#{ version } /rulesync-darwin-arm64"
16- sha256 "53982d3dd4915b476a4f897bfd9f0debfa7357eb5c0aa0c718d9fd61a4370d8a "
16+ sha256 "a21a29a883925bdc2299c8f944eacd83ccd0f6416a6eb7abd1462d0b9aef5a37 "
1717 end
1818 on_intel do
1919 url "https://github.com/dyoshikawa/rulesync/releases/download/v#{ version } /rulesync-darwin-x64"
20- sha256 "491994b14dcca9afb84cd92136ebd7fd530b488744ad7504669a9024b004d361 "
20+ sha256 "4fa524afe4c572e3346f953178bbf368c1ed0c62ff6ad6d1bdcb0b012f76a619 "
2121 end
2222 end
2323
2424 on_linux do
2525 on_arm do
2626 url "https://github.com/dyoshikawa/rulesync/releases/download/v#{ version } /rulesync-linux-arm64"
27- sha256 "428a0446f39e1e1edef942e4c9db96473d23dcc380b55871167cd7e02f8701cd "
27+ sha256 "82008b1ec6b77471c989b05f29dc856ddeed4da81e8d9a5117ffff9aef7b715a "
2828 end
2929 on_intel do
3030 url "https://github.com/dyoshikawa/rulesync/releases/download/v#{ version } /rulesync-linux-x64"
31- sha256 "5b1bec35d207c8b4247159fdff660964271799c6abb9f93067149762ed809739 "
31+ sha256 "a1011b0e158e07aa09faa2749ca9c24478f2183b868c6b467d0874b0b186a290 "
3232 end
3333 end
3434
You can’t perform that action at this time.
0 commit comments