chromedriver 2.7

Closes Homebrew/homebrew#24735.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Umut Benzer 2013-11-28 14:15:06 +02:00 committed by Mike McQuaid
parent 80b3f924cf
commit ca15be6ff0

View file

@ -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'