Skip to content

Commit

Permalink
Merge pull request #195739 from Homebrew/bump-rollup-4.24.2
Browse files Browse the repository at this point in the history
rollup 4.24.2
  • Loading branch information
BrewTestBot authored Oct 27, 2024
2 parents dc47052 + b01a6a6 commit 468bc70
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/rollup.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
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"
Expand Down

0 comments on commit 468bc70

Please sign in to comment.