Skip to content

Commit 197efef

Browse files
authored
Merge pull request Homebrew#195952 from Homebrew/bump-rollup-4.24.3
rollup 4.24.3
2 parents c8b648d + 3e3f30e commit 197efef

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.24.2.tgz"
5-
sha256 "2694fa935243c15886932521280e9360e282cbcca37613fcb02d8d44f1f9bdc0"
4+
url "https://registry.npmjs.org/rollup/-/rollup-4.24.3.tgz"
5+
sha256 "3ab53b9e084794eb70472f67be7dfc06af805a8b770cf9811b5df8f83aa82553"
66
license all_of: ["ISC", "MIT"]
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "ebc729ece44235870aeaf70f0bffc540e697587daeb71f9adedb1d92888dbfab"
10-
sha256 cellar: :any, arm64_sonoma: "ebc729ece44235870aeaf70f0bffc540e697587daeb71f9adedb1d92888dbfab"
11-
sha256 cellar: :any, arm64_ventura: "ebc729ece44235870aeaf70f0bffc540e697587daeb71f9adedb1d92888dbfab"
12-
sha256 cellar: :any, sonoma: "4f4b2cce56e63f094ab22d69d0382ac84837a5965e280ed64ba69a836de7efd1"
13-
sha256 cellar: :any, ventura: "4f4b2cce56e63f094ab22d69d0382ac84837a5965e280ed64ba69a836de7efd1"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c5b6fff31c00f0a92c0648f1880fb35cc8b04c975ae46861b810f2e7a53821f3"
9+
sha256 cellar: :any, arm64_sequoia: "917fd51b3522efcbf3c38b4ecd288b591ca78df78d836eebba49d43033410d53"
10+
sha256 cellar: :any, arm64_sonoma: "917fd51b3522efcbf3c38b4ecd288b591ca78df78d836eebba49d43033410d53"
11+
sha256 cellar: :any, arm64_ventura: "917fd51b3522efcbf3c38b4ecd288b591ca78df78d836eebba49d43033410d53"
12+
sha256 cellar: :any, sonoma: "718b153569775c0f5f3071085ce80ba4260c6478ac9759561b06e485b2fb6122"
13+
sha256 cellar: :any, ventura: "718b153569775c0f5f3071085ce80ba4260c6478ac9759561b06e485b2fb6122"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4671097ff63d60c876b32eba4bf224cc9f21e13bc4aa478d93168573d2398fb3"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)