File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 3
3
class Webpack < Formula
4
4
desc "Bundler for JavaScript and friends"
5
5
homepage "https://webpack.js.org/"
6
- url "https://registry.npmjs.org/webpack/-/webpack-5.101.2 .tgz"
7
- sha256 "59ac6f14d5d92c03590ccd265409adb8d89544982895dbaa00442068b6594ae8 "
6
+ url "https://registry.npmjs.org/webpack/-/webpack-5.101.3 .tgz"
7
+ sha256 "3521d739b88a4c54eae34984616f75007eaf39b76c325b715ef0e1496bc206d8 "
8
8
license "MIT"
9
9
head "https://github.com/webpack/webpack.git" , branch : "main"
10
10
11
11
bottle do
12
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
13
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
14
- sha256 cellar : :any_skip_relocation , arm64_ventura : "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
15
- sha256 cellar : :any_skip_relocation , sonoma : "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
16
- sha256 cellar : :any_skip_relocation , ventura : "62703486739d0189fc2b9e14a8ccece784ce7d7e2ef3e37f5dda8b978c871f83"
17
- sha256 cellar : :any_skip_relocation , arm64_linux : "b439ba24f0e9ff3b6d5694e3533001680bf2732dd522ab616c0f1dc5d42e6188"
18
- sha256 cellar : :any_skip_relocation , x86_64_linux : "b439ba24f0e9ff3b6d5694e3533001680bf2732dd522ab616c0f1dc5d42e6188"
12
+ sha256 cellar : :any_skip_relocation , all : "72401062d05a0d2da4ae38fa0bb82df98f4bb48d683a8d204a3732bd7e7931a2"
19
13
end
20
14
21
15
depends_on "node"
You can’t perform that action at this time.
0 commit comments