Skip to content

Commit

Permalink
Merge pull request #206889 from Homebrew/bump-rollup-4.34.6
Browse files Browse the repository at this point in the history
rollup 4.34.6
  • Loading branch information
BrewTestBot authored Feb 7, 2025
2 parents 687e94e + 44a6d74 commit b5bee8a
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.5.tgz"
sha256 "aadf7ff06e09a9fa0d2c55871ba627f73bf42c370c1844e08114a3441b9709cb"
url "https://registry.npmjs.org/rollup/-/rollup-4.34.6.tgz"
sha256 "e2fa596a124e111537c619b517b36b3e135c800b643be91bb504799edb110ff7"
license all_of: ["ISC", "MIT"]

bottle do
sha256 cellar: :any, arm64_sequoia: "397cca0a6bf2c525c47044337ee33fef17cbe06e17f654dc58ccc8368adf467c"
sha256 cellar: :any, arm64_sonoma: "397cca0a6bf2c525c47044337ee33fef17cbe06e17f654dc58ccc8368adf467c"
sha256 cellar: :any, arm64_ventura: "397cca0a6bf2c525c47044337ee33fef17cbe06e17f654dc58ccc8368adf467c"
sha256 cellar: :any, sonoma: "55de71fce2b859c53fba7ec5c830f78256949dce518515a4f1ae50d4d4ab3f36"
sha256 cellar: :any, ventura: "55de71fce2b859c53fba7ec5c830f78256949dce518515a4f1ae50d4d4ab3f36"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d22ab4c96882df7c422bb33ad196a00bc895c78941f0872d55d6546a678ca28c"
sha256 cellar: :any, arm64_sequoia: "f12a00f6737af6ab2e5891d00b7f7b8758c66b66f0bcf65185debdaf68bd4b44"
sha256 cellar: :any, arm64_sonoma: "f12a00f6737af6ab2e5891d00b7f7b8758c66b66f0bcf65185debdaf68bd4b44"
sha256 cellar: :any, arm64_ventura: "f12a00f6737af6ab2e5891d00b7f7b8758c66b66f0bcf65185debdaf68bd4b44"
sha256 cellar: :any, sonoma: "348f6e8508b88d7e32b68e1217aebb7e2bdb54f522fb094b3a86fe859d900d2d"
sha256 cellar: :any, ventura: "348f6e8508b88d7e32b68e1217aebb7e2bdb54f522fb094b3a86fe859d900d2d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cc2105e6e1754f83054bb49244bbbb4ddc0cdaed38cf7248c18ca5631670a8ee"
end

depends_on "node"
Expand Down

0 comments on commit b5bee8a

Please sign in to comment.