From d6ab55eb823917eb27fa70d03c267b8c168b7af3 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 21 Mar 2017 21:33:00 -0700 Subject: [PATCH] webpack 2.3.0 Closes #11454. Signed-off-by: Alexander Hamann --- Formula/webpack.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/webpack.rb b/Formula/webpack.rb index ce60fe2ca9..73886f5f9d 100644 --- a/Formula/webpack.rb +++ b/Formula/webpack.rb @@ -3,8 +3,8 @@ require "language/node" class Webpack < Formula desc "Bundler for JavaScript and friends" homepage "https://webpack.js.org/" - url "https://registry.npmjs.org/webpack/-/webpack-2.2.1.tgz" - sha256 "14d1bdcc5438d486793e9061eef3adab2a2ed2f5b82d9234463ad5375928737f" + url "https://registry.npmjs.org/webpack/-/webpack-2.3.0.tgz" + sha256 "f0ad645072951231e7f29aa22f264c5f9d6499b43ca4b02e5afdaa68ad7b5545" head "https://github.com/webpack/webpack.git" bottle do