Skip to content

Commit d4b1ced

Browse files
authored
Merge pull request #229504 from Homebrew/bump-webpack-5.100.0
webpack 5.100.0
2 parents d2bba8c + 5d7eeb4 commit d4b1ced

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/w/webpack.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
class Webpack < Formula
44
desc "Bundler for JavaScript and friends"
55
homepage "https://webpack.js.org/"
6-
url "https://registry.npmjs.org/webpack/-/webpack-5.99.9.tgz"
7-
sha256 "2382f23c1e85641b38cc9d374ca3a50d8c396a51925dfca5f0e747a35f356675"
6+
url "https://registry.npmjs.org/webpack/-/webpack-5.100.0.tgz"
7+
sha256 "44a0b2db2ef379d68105f3ca7986cf41601c4c7f7c50e8900df18865b8d477ed"
88
license "MIT"
99
head "https://github.com/webpack/webpack.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "07657efb363021560696bc20f052f629c2135fee7f7d528dc3f9f48ff034f4cc"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "07657efb363021560696bc20f052f629c2135fee7f7d528dc3f9f48ff034f4cc"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "07657efb363021560696bc20f052f629c2135fee7f7d528dc3f9f48ff034f4cc"
15-
sha256 cellar: :any_skip_relocation, sonoma: "06f3bd933cafb18ee7e02eac3d4288b9a3b6dcc82d0e30067c2279a9a21ecc74"
16-
sha256 cellar: :any_skip_relocation, ventura: "06f3bd933cafb18ee7e02eac3d4288b9a3b6dcc82d0e30067c2279a9a21ecc74"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "07657efb363021560696bc20f052f629c2135fee7f7d528dc3f9f48ff034f4cc"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "07657efb363021560696bc20f052f629c2135fee7f7d528dc3f9f48ff034f4cc"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
15+
sha256 cellar: :any_skip_relocation, sonoma: "32af9bbe472dcc48298234cef5d5e1068e25229e1dc00dfb6ca5722f64b6af80"
16+
sha256 cellar: :any_skip_relocation, ventura: "32af9bbe472dcc48298234cef5d5e1068e25229e1dc00dfb6ca5722f64b6af80"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "10232b274617a5a425723e9903fd29c55bfad020e7f8435869af22f28a74f152"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)