Skip to content

Commit

Permalink
chromedriver 18.0.995.0
Browse files Browse the repository at this point in the history
Closes Homebrew#9627.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
douglas authored and jacknagel committed Jan 19, 2012
1 parent a5a1a93 commit 2099cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'
Expand Down

0 comments on commit 2099cb8

Please sign in to comment.