aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chromedriver.rb
diff options
context:
space:
mode:
authorDouglas Soares de Andrade2012-01-16 21:02:46 -0200
committerJack Nagel2012-01-18 18:00:01 -0600
commit60eaa107e4e21c77e04c07c8243dddea5bd9e969 (patch)
tree178b36a497c8f130aedc464a81bc5907da4360cc /Library/Formula/chromedriver.rb
parent32d8ed4fa3beb8caf7d9b3325e18c36ec7f70706 (diff)
downloadhomebrew-60eaa107e4e21c77e04c07c8243dddea5bd9e969.tar.bz2
chromedriver 18.0.995.0
Closes #9627. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/chromedriver.rb')
-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 c10eba28f..1089109c0 100644
--- a/Library/Formula/chromedriver.rb
+++ b/Library/Formula/chromedriver.rb
@@ -1,9 +1,9 @@
require 'formula'
class Chromedriver < Formula
- url 'http://chromium.googlecode.com/files/chromedriver_mac_17.0.963.0.zip'
+ url 'http://chromium.googlecode.com/files/chromedriver_mac_18.0.995.0.zip'
homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver'
- sha1 'da40247dc3da410e8ec713b7c7bc46193c3fb231'
+ sha1 '5ff64a13d56ad6b95a2c9d430f357d72064a6d7d'
def install
bin.install 'chromedriver'