11class Renovate < Formula
22 desc "Automated dependency updates. Flexible so you don't need to be"
33 homepage "https://github.com/renovatebot/renovate"
4- url "https://registry.npmjs.org/renovate/-/renovate-41.9 .0.tgz"
5- sha256 "6e3d6680bf9443d6f5f9f1b32d3ffaa8a0d8e88765c19b666185f667eea37b3f "
4+ url "https://registry.npmjs.org/renovate/-/renovate-41.10 .0.tgz"
5+ sha256 "9909af174fd1d9f72296a85267b67d94f650f1e90f95c0d0f2c2231d383636fa "
66 license "AGPL-3.0-only"
77
88 # There are thousands of renovate releases on npm and the page the `Npm`
@@ -17,13 +17,13 @@ class Renovate < Formula
1717 end
1818
1919 bottle do
20- sha256 cellar : :any_skip_relocation , arm64_sequoia : "51a28fcaaa162deb5a29964ea847c984b231cb8ae155cf245c7188f4defad163 "
21- sha256 cellar : :any_skip_relocation , arm64_sonoma : "47fb2abc04c7a972aa8272315de5bbacbd2bf709b94a5bf86f3fff39b183354d "
22- sha256 cellar : :any_skip_relocation , arm64_ventura : "bf202ec2883c6cb72b5543b9a369827bd5dc1bf781b916c9d426b0cd70026562 "
23- sha256 cellar : :any_skip_relocation , sonoma : "058ef5bff7a68fc4619d90a350b8ae39c34554239eeb85c68b88e0dc180d5592 "
24- sha256 cellar : :any_skip_relocation , ventura : "8abcb1ee4d7610d1b5ad11b90e291b945267d95a8da9e55139dc2e31b9a31887 "
25- sha256 cellar : :any_skip_relocation , arm64_linux : "5908285996ca610b0cf3e5467be80a885ff936d0663200d0af9957fb2804c043 "
26- sha256 cellar : :any_skip_relocation , x86_64_linux : "cd858943a366151b1e64ce008750bd52e04ecf8c98ec2882262b308a59bdc70a "
20+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "904582cf7055409fc10c8c05a82cff94a8bc6bedc181a25a9ce57bfe4aacad4f "
21+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "12bdb8c8e6f578ce5f42403d0b33f945b02766345719d88e2b9927abfa3fc570 "
22+ sha256 cellar : :any_skip_relocation , arm64_ventura : "529c04c6e5565ba9f558f8e36a48f0199e463ab61c6d9f36647bb2554692d201 "
23+ sha256 cellar : :any_skip_relocation , sonoma : "63b5432e5bb69030414110490230be3dcdcd1e97c13de06bef2c95a5fcbe8720 "
24+ sha256 cellar : :any_skip_relocation , ventura : "95effb7425cb0f0baf75cd414328aed54f97266b746c839cf591d0519a5eddb0 "
25+ sha256 cellar : :any_skip_relocation , arm64_linux : "bfe167b17ae32f7f6bcb0d9ba77f17a6676eafa5653e25b3fb8366af9a03a538 "
26+ sha256 cellar : :any_skip_relocation , x86_64_linux : "89743e80d20d7151548acbfe4a6d680ade35fb98da9364fb51dca233cc8b8249 "
2727 end
2828
2929 depends_on "node@22"
0 commit comments