webpack 4.35.0
Closes #41167. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7a1842841e
commit
7bdceaaefd
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ require "json"
|
||||||
class Webpack < Formula
|
class Webpack < Formula
|
||||||
desc "Bundler for JavaScript and friends"
|
desc "Bundler for JavaScript and friends"
|
||||||
homepage "https://webpack.js.org/"
|
homepage "https://webpack.js.org/"
|
||||||
url "https://registry.npmjs.org/webpack/-/webpack-4.34.0.tgz"
|
url "https://registry.npmjs.org/webpack/-/webpack-4.35.0.tgz"
|
||||||
sha256 "0896c4cd7f46f8adf86eea880579e95d4f59ea7e9f630d8903675b3a8efd21e7"
|
sha256 "167e9750086fa8944c95030d76922ebf32b28bc86a9c781cc256ae2f5276d71a"
|
||||||
head "https://github.com/webpack/webpack.git"
|
head "https://github.com/webpack/webpack.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue