From c2291f29cbcab6055209d0e566e113002f3561e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:46:24 +0000 Subject: [PATCH 1/2] rollup 4.24.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 21733979c976..10633e250b5f 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.24.1.tgz" - sha256 "2ff2028223a1a9ba7e1c424a4fa99a24ce09ba215bf5f33f0616b746a81ed94f" + url "https://registry.npmjs.org/rollup/-/rollup-4.24.2.tgz" + sha256 "2694fa935243c15886932521280e9360e282cbcca37613fcb02d8d44f1f9bdc0" license all_of: ["ISC", "MIT"] bottle do From b01a6a659fafe59a5dc91b7d6a9b13cdc22dba18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:00:12 +0000 Subject: [PATCH 2/2] rollup: update 4.24.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 10633e250b5f..abd13547c73c 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: "ca6ae1bce426a8c258db0ac40328b924bac41f51c0fb772fba92e7d645ea03a3" - sha256 cellar: :any, arm64_sonoma: "ca6ae1bce426a8c258db0ac40328b924bac41f51c0fb772fba92e7d645ea03a3" - sha256 cellar: :any, arm64_ventura: "ca6ae1bce426a8c258db0ac40328b924bac41f51c0fb772fba92e7d645ea03a3" - sha256 cellar: :any, sonoma: "0da3da9482e1381c6ebd7c0554057c7be11c09c75d9e0f6a4e92af25435cba91" - sha256 cellar: :any, ventura: "0da3da9482e1381c6ebd7c0554057c7be11c09c75d9e0f6a4e92af25435cba91" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34110756394f5f6bbbbebdbaf5f21d422beb5b89b2e80ae7bd62e01d9b21e3b2" + sha256 cellar: :any, arm64_sequoia: "ebc729ece44235870aeaf70f0bffc540e697587daeb71f9adedb1d92888dbfab" + sha256 cellar: :any, arm64_sonoma: "ebc729ece44235870aeaf70f0bffc540e697587daeb71f9adedb1d92888dbfab" + sha256 cellar: :any, arm64_ventura: "ebc729ece44235870aeaf70f0bffc540e697587daeb71f9adedb1d92888dbfab" + sha256 cellar: :any, sonoma: "4f4b2cce56e63f094ab22d69d0382ac84837a5965e280ed64ba69a836de7efd1" + sha256 cellar: :any, ventura: "4f4b2cce56e63f094ab22d69d0382ac84837a5965e280ed64ba69a836de7efd1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5b6fff31c00f0a92c0648f1880fb35cc8b04c975ae46861b810f2e7a53821f3" end depends_on "node"