From 4af8dc0f54c02c484680f9d10021f6e7a1e21d0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:06:49 +0000 Subject: [PATCH 1/2] rollup 4.29.2 --- Formula/r/rollup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 6d09971df711d..4b463aa9a314d 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -1,8 +1,8 @@ class Rollup < Formula desc "Next-generation ES module bundler" homepage "https://rollupjs.org/" - url "https://registry.npmjs.org/rollup/-/rollup-4.29.1.tgz" - sha256 "653b9922b4d9a4872ad0c6e607e8f17fac4a1a8e7dccba882a4f976a28585f94" + url "https://registry.npmjs.org/rollup/-/rollup-4.29.2.tgz" + sha256 "5117d03c4cf7e0004f550bdde66480a4ad51ff34e0723a7f6ee1c14d61f2c992" license all_of: ["ISC", "MIT"] bottle do From 582af568ada2b2735f1023337b3be92958946411 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:20:38 +0000 Subject: [PATCH 2/2] rollup: update 4.29.2 bottle. --- Formula/r/rollup.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 4b463aa9a314d..c24ab673089ae 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -6,12 +6,12 @@ class Rollup < Formula license all_of: ["ISC", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "ae9c4043ffcb3bbc40b211d6d2fc643585245a3a8ebab8b8a75aff698db6d8f7" - sha256 cellar: :any, arm64_sonoma: "ae9c4043ffcb3bbc40b211d6d2fc643585245a3a8ebab8b8a75aff698db6d8f7" - sha256 cellar: :any, arm64_ventura: "ae9c4043ffcb3bbc40b211d6d2fc643585245a3a8ebab8b8a75aff698db6d8f7" - sha256 cellar: :any, sonoma: "ccefd869f741a96a61736d9278cd651921907b2aa0873370ee1105ef71293f8a" - sha256 cellar: :any, ventura: "ccefd869f741a96a61736d9278cd651921907b2aa0873370ee1105ef71293f8a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "356d327507f286abc0be4df5e008edc3ebb426e96d9eeb0f9ceb2d45c3cc79de" + sha256 cellar: :any, arm64_sequoia: "10b072db3c878a5c907f393477c5264be10cff5d38139aacffe32c15b89e923d" + sha256 cellar: :any, arm64_sonoma: "10b072db3c878a5c907f393477c5264be10cff5d38139aacffe32c15b89e923d" + sha256 cellar: :any, arm64_ventura: "10b072db3c878a5c907f393477c5264be10cff5d38139aacffe32c15b89e923d" + sha256 cellar: :any, sonoma: "e41594f52c48c30871be6ccb5896599753d9ae788d33aeec98a38fefdf03d180" + sha256 cellar: :any, ventura: "e41594f52c48c30871be6ccb5896599753d9ae788d33aeec98a38fefdf03d180" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f9e66bfec67ec2c16569571ced1deef8ba631235e25dea40b72f8d01e4c63557" end depends_on "node"