aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJason Morrison2013-11-01 14:48:48 -0700
committerAdam Vandenberg2013-11-01 21:35:19 -0700
commit254894a92f1cf050fc01c3433ba5a443e1eaeade (patch)
tree995436cbadaf72ba7293f47feb473649d6db80bc /Library
parent2d5724af8613c820b8c14f4171fe1de6a17f10c3 (diff)
downloadhomebrew-254894a92f1cf050fc01c3433ba5a443e1eaeade.tar.bz2
chromedriver 2.5
Closes #23876. Signed-off-by: Adam Vandenberg <flangy@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 af6419df0..0f626c192 100644
--- a/Library/Formula/chromedriver.rb
+++ b/Library/Formula/chromedriver.rb
@@ -2,9 +2,9 @@ require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
- url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip'
- sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964'
- version '2.4'
+ url 'http://chromedriver.storage.googleapis.com/2.5/chromedriver_mac32.zip'
+ sha1 '2eee598714762e49051460f769be0053e15c6c3e'
+ version '2.5'
def install
bin.install 'chromedriver'