aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorUmut Benzer2013-11-28 14:15:06 +0200
committerMike McQuaid2013-11-28 12:47:51 +0000
commit496caf818959ad777d1bde439462c5b2224fb02a (patch)
treea3103076f67d637852a75eb193ec834dfdf593ec /Library/Formula
parentcfe36b7d012ca8866c66ca9c245bc8206d53a47c (diff)
downloadhomebrew-496caf818959ad777d1bde439462c5b2224fb02a.tar.bz2
chromedriver 2.7
Closes #24735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 eb6ccd91a..ca8fa9da8 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.6/chromedriver_mac32.zip'
- sha1 '4643652d403961dd9a9a1980eb1a06bf8b6e9bad'
- version '2.6'
+ url 'http://chromedriver.storage.googleapis.com/2.7/chromedriver_mac32.zip'
+ sha1 '5791a391b41e735fca0711314607e4de98aaf2dd'
+ version '2.7'
def install
bin.install 'chromedriver'