aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJoe Grund2013-10-02 09:16:19 -0400
committerMike McQuaid2013-10-02 14:33:44 +0100
commit820d51331fe646df774be008977c68b503fa3adc (patch)
tree7a22e766a147dfe53fd83f91186b058ef4a87233 /Library/Formula
parentbf0a53fef6a37fd6086f2e6f332fdbbd416b963c (diff)
downloadhomebrew-820d51331fe646df774be008977c68b503fa3adc.tar.bz2
chromedriver 2.4
Closes #22992. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 22d1f83ed..e836f0678 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_mac32_2.3.zip'
- sha1 '6c89e33dbafc6f8a19ff62035fad545dda212271'
+ url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip'
+ sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964'
def install
bin.install 'chromedriver'