Skip to content

Commit b8034f3

Browse files
authored
Merge pull request Homebrew#206377 from Homebrew/bump-rollup-4.34.1
rollup 4.34.1
2 parents 4a83b0f + f0b56f7 commit b8034f3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rollup.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Rollup < Formula
22
desc "Next-generation ES module bundler"
33
homepage "https://rollupjs.org/"
4-
url "https://registry.npmjs.org/rollup/-/rollup-4.34.0.tgz"
5-
sha256 "384199007a6aeaf57531af6ee4c8c3b31090a5301e83e546f272fab709ae7eeb"
4+
url "https://registry.npmjs.org/rollup/-/rollup-4.34.1.tgz"
5+
sha256 "4fc5c9b538579026dbdf81f5060da40367f89b62041df8c08daf6308a5f66dc1"
66
license all_of: ["ISC", "MIT"]
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "57e7893a1f5fae2ec6b7cd46ebdbeb5234214d552b25a645a01dce775c4e1941"
10-
sha256 cellar: :any, arm64_sonoma: "57e7893a1f5fae2ec6b7cd46ebdbeb5234214d552b25a645a01dce775c4e1941"
11-
sha256 cellar: :any, arm64_ventura: "57e7893a1f5fae2ec6b7cd46ebdbeb5234214d552b25a645a01dce775c4e1941"
12-
sha256 cellar: :any, sonoma: "8c156ba1da45e3fc7701620d822144c58d0a66c14da7b1adad53529118046576"
13-
sha256 cellar: :any, ventura: "8c156ba1da45e3fc7701620d822144c58d0a66c14da7b1adad53529118046576"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a01096a9434201dbaaafa8ecfc4d10af5051245d0f3da7663e99f35936e0131f"
9+
sha256 cellar: :any, arm64_sequoia: "c3ea6c65881753ff4ed1ac94da9ca4db8c33cd09ed9b6858c217a9f4ceffb5bf"
10+
sha256 cellar: :any, arm64_sonoma: "c3ea6c65881753ff4ed1ac94da9ca4db8c33cd09ed9b6858c217a9f4ceffb5bf"
11+
sha256 cellar: :any, arm64_ventura: "c3ea6c65881753ff4ed1ac94da9ca4db8c33cd09ed9b6858c217a9f4ceffb5bf"
12+
sha256 cellar: :any, sonoma: "d9ac68c28781e779d15f10c93e400c80a321d07885c0f7f8944eb07aeb60a09c"
13+
sha256 cellar: :any, ventura: "d9ac68c28781e779d15f10c93e400c80a321d07885c0f7f8944eb07aeb60a09c"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "076dac5348a61acfa69fe15eca17d6eee445762ef06a7e9f27da6741f25ed3bb"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)