aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDaniel Trebbien2013-01-23 21:17:38 -0500
committerAdam Vandenberg2013-01-23 19:47:51 -0800
commit74080dd5445537d0cfe7a434f4315d757e3aad65 (patch)
tree12e7755a8664c29a31ccac9c99bb58e9c70b829b /Library/Formula
parent53faf9e1acf9a6407767362d8904f12fadb0070b (diff)
downloadhomebrew-74080dd5445537d0cfe7a434f4315d757e3aad65.tar.bz2
chromedriver 26.0.1383.0
Closes #17277. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chromedriver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb
index 642e0bcb2..ae67ec878 100644
--- a/Library/Formula/chromedriver.rb
+++ b/Library/Formula/chromedriver.rb
@@ -2,8 +2,8 @@ require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
- url 'https://chromedriver.googlecode.com/files/chromedriver_mac_23.0.1240.0.zip'
- sha1 '20a21cca0a4f0a1e25ee88e1f0bd53acbdba4cc6'
+ url 'https://chromedriver.googlecode.com/files/chromedriver_mac_26.0.1383.0.zip'
+ sha1 '5aec8bccdb601a5cc0a03ba5bfe32b4ac39399a1'
def install
bin.install 'chromedriver'