aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorzchee2015-01-31 00:28:48 +0900
committerJack Nagel2015-01-31 16:56:12 -0500
commit586876872b76f58b453a1254fe3884a858d13629 (patch)
tree42465452b4ff294f8bf01a8f187702c76c7f8a07 /Library
parent045b082593095b3ddb1767cdc3b2edb36d5e5ae1 (diff)
downloadhomebrew-586876872b76f58b453a1254fe3884a858d13629.tar.bz2
ChromeDriver 2.14
Closes #36380. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/chromedriver.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb
index 8cb0477fe..068ce2872 100644
--- a/Library/Formula/chromedriver.rb
+++ b/Library/Formula/chromedriver.rb
@@ -2,9 +2,9 @@ require 'formula'
class Chromedriver < Formula
homepage 'https://sites.google.com/a/chromium.org/chromedriver/'
- url 'http://chromedriver.storage.googleapis.com/2.13/chromedriver_mac32.zip'
- sha256 '0e9e9fd10b2f9b563d6b76bffe0e5222134f14423db21e6cf7fb9bd4c6a91b30'
- version '2.13'
+ url 'http://chromedriver.storage.googleapis.com/2.14/chromedriver_mac32.zip'
+ sha256 '33ee96ea17b00dd8e14e15ca6fe1b1fd4ae7a71f86d8785e562e88d839299d2e'
+ version '2.14'
def install
bin.install 'chromedriver'