chromedriver 2.6

Release notes: http://chromedriver.storage.googleapis.com/2.6/notes.txt

Closes Homebrew/homebrew#24002.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Jason Morrison 2013-11-05 08:52:17 -08:00 committed by Mike McQuaid
parent 3c3f8e92c3
commit 4b9621d93b
1 changed files with 3 additions and 3 deletions

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.5/chromedriver_mac32.zip'
sha1 '2eee598714762e49051460f769be0053e15c6c3e'
version '2.5'
url 'http://chromedriver.storage.googleapis.com/2.6/chromedriver_mac32.zip'
sha1 '4643652d403961dd9a9a1980eb1a06bf8b6e9bad'
version '2.6'
def install
bin.install 'chromedriver'