1
1
class Renovate < Formula
2
2
desc "Automated dependency updates. Flexible so you don't need to be"
3
3
homepage "https://github.com/renovatebot/renovate"
4
- url "https://registry.npmjs.org/renovate/-/renovate-39.205 .0.tgz"
5
- sha256 "90a52e460173a9e9898d8b1484b4914e9203906a5a54a6e9589a8d4538f9666a "
4
+ url "https://registry.npmjs.org/renovate/-/renovate-39.206 .0.tgz"
5
+ sha256 "55fa26d2097b0b5c0eccf1e76abeb3215c8fcffd7b225aa27a599582b2ffe680 "
6
6
license "AGPL-3.0-only"
7
7
8
8
# There are thousands of renovate releases on npm and the page the `Npm`
@@ -17,12 +17,12 @@ class Renovate < Formula
17
17
end
18
18
19
19
bottle do
20
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "5b90ffc1e606f42cfe1ac6f8e8a65523ca422bf79c059af437e04713fc37be1a "
21
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "a301ecfb858b6ac2e7e1760fe3cb6ba2ec3d9cf5b8c85f49882d47714c201470 "
22
- sha256 cellar : :any_skip_relocation , arm64_ventura : "0d95e4ff6e340298fbf92f393111ef3dfcf48cbc737c78e30e4dc44fd95fc794 "
23
- sha256 cellar : :any_skip_relocation , sonoma : "c81275017a61494f5e9c58ddac2d2240d60b6f6f3c57500f0708b1027a8d5f3c "
24
- sha256 cellar : :any_skip_relocation , ventura : "7d7a553aeaefa394ab8e56b21c6cc911b2b76aa3d97f52553e85fc55cba79b05 "
25
- sha256 cellar : :any_skip_relocation , x86_64_linux : "8d14de42b9b6d2211afb8b0f0af32d9cba3b4f78330c61bde04e6e73754341b4 "
20
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "e70ad7e94668c7c841631366b229ccf77a3e630279aa50e3dea1ca6c49648e63 "
21
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "bb83cf0e2931071b68b15898557dae450795fa38596c6517e27807faa5d6d8c4 "
22
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "1563950abc4719306ebb4163765ffa8cc385687ef3cda99fcde01df983f8a2fe "
23
+ sha256 cellar : :any_skip_relocation , sonoma : "314a6d192fc48efe183acbd5147eb93147e3ec812c4f10c959942260e5edbb9d "
24
+ sha256 cellar : :any_skip_relocation , ventura : "dc729978c3e7008ecc99bbdb7d89b26de0c0edcbc24b567e4be650811100a4cf "
25
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "80c3be5e54a183ccbbbba4a352d76a2325ded450def7f1faa40e82aa532128cc "
26
26
end
27
27
28
28
depends_on "node@22"
0 commit comments