chromedriver: fix bad version.

Closes Homebrew/homebrew#22994.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Kevin Moore 2013-10-02 12:04:21 -03:00 committed by Mike McQuaid
parent 1af00d5409
commit 37e0270d6e

View file

@ -4,6 +4,7 @@ class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/' homepage 'http://code.google.com/p/chromedriver/'
url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip' url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip'
sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964' sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964'
version '2.4'
def install def install
bin.install 'chromedriver' bin.install 'chromedriver'