From 7c56ade844dfde288403cfd6b972cb3e361f0bdf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:13:32 +0000 Subject: [PATCH 1/2] rollup 4.30.0 --- 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 c24ab673089aec..94e1c843daa213 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.2.tgz" - sha256 "5117d03c4cf7e0004f550bdde66480a4ad51ff34e0723a7f6ee1c14d61f2c992" + url "https://registry.npmjs.org/rollup/-/rollup-4.30.0.tgz" + sha256 "5e0efd7ca3582abac344f8405cbcdef0d1fcdd0e96c87421fca241464326c672" license all_of: ["ISC", "MIT"] bottle do From 6041fa10f67a3b52277f5ac2e492ede81b3e37c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:03:45 +0000 Subject: [PATCH 2/2] rollup: update 4.30.0 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 94e1c843daa213..82d3849fc168a3 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: "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" + sha256 cellar: :any, arm64_sequoia: "b7195daf63886adee204f3871713724f27a838eb8ef98efff88a815ff38b4d14" + sha256 cellar: :any, arm64_sonoma: "b7195daf63886adee204f3871713724f27a838eb8ef98efff88a815ff38b4d14" + sha256 cellar: :any, arm64_ventura: "b7195daf63886adee204f3871713724f27a838eb8ef98efff88a815ff38b4d14" + sha256 cellar: :any, sonoma: "e98a2012b2b3e8d98ba549e9054128b8d1e2ec05bd432a234a7477bef79bf9c3" + sha256 cellar: :any, ventura: "e98a2012b2b3e8d98ba549e9054128b8d1e2ec05bd432a234a7477bef79bf9c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1eadd9ee0a3781fab8c0bc303481d6aba8760f93eeae34a1880e08bc37790183" end depends_on "node"