Skip to content

Commit

Permalink
Merge pull request #209349 from Homebrew/bump-rollup-4.34.9
Browse files Browse the repository at this point in the history
rollup 4.34.9
  • Loading branch information
BrewTestBot authored Mar 1, 2025
2 parents a5fde0f + 1f6a835 commit 916a43b
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.34.8.tgz"
sha256 "b8bcf547a41285a1d785d90e3a067141cad78fbf5ff84fd13058266de2ab69f0"
url "https://registry.npmjs.org/rollup/-/rollup-4.34.9.tgz"
sha256 "12e1dfd9ece3065c211e991c0d1cc2a83ab1bce4d665705a301a0311cd4e960b"
license all_of: ["ISC", "MIT"]

bottle do
sha256 cellar: :any, arm64_sequoia: "b802b877e25eb4071ddc7fcfab3d5eb38f669f3ca5ce0f6d38f3826f45381a8a"
sha256 cellar: :any, arm64_sonoma: "b802b877e25eb4071ddc7fcfab3d5eb38f669f3ca5ce0f6d38f3826f45381a8a"
sha256 cellar: :any, arm64_ventura: "b802b877e25eb4071ddc7fcfab3d5eb38f669f3ca5ce0f6d38f3826f45381a8a"
sha256 cellar: :any, sonoma: "8cde134bd9c5b6f352bbc0efda0048c5594d0f5e70aeeb307a5a8e5d1ecda6a4"
sha256 cellar: :any, ventura: "8cde134bd9c5b6f352bbc0efda0048c5594d0f5e70aeeb307a5a8e5d1ecda6a4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b96813a8f056c817bcb6cbf65d0470ba93798590289d12fcf750dd83f50e72b"
sha256 cellar: :any, arm64_sequoia: "26e2962f770f165713bbbbacbe8bef4cdcd76423ced15213c6c4185d2cbd8e65"
sha256 cellar: :any, arm64_sonoma: "26e2962f770f165713bbbbacbe8bef4cdcd76423ced15213c6c4185d2cbd8e65"
sha256 cellar: :any, arm64_ventura: "26e2962f770f165713bbbbacbe8bef4cdcd76423ced15213c6c4185d2cbd8e65"
sha256 cellar: :any, sonoma: "6e4c638fcbc1a4c67b4fa14007b7be12877f6b1cac071063505da8085cdb3645"
sha256 cellar: :any, ventura: "6e4c638fcbc1a4c67b4fa14007b7be12877f6b1cac071063505da8085cdb3645"
sha256 cellar: :any_skip_relocation, x86_64_linux: "958ed47fd03337bb36c6f9cc5aeaee7f00032fe4bb025a14afdd9d1d033593be"
end

depends_on "node"
Expand Down

0 comments on commit 916a43b

Please sign in to comment.