Chromedriver 2.18
Update chromedriver from 2.17 to 2.18 Closes Homebrew/homebrew#43150. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
602e9f3224
commit
8d468a65e3
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Chromedriver < Formula
|
||||
desc "Tool for automated testing of webapps across many browsers"
|
||||
homepage "https://sites.google.com/a/chromium.org/chromedriver/"
|
||||
url "https://chromedriver.storage.googleapis.com/2.17/chromedriver_mac32.zip"
|
||||
version "2.17"
|
||||
sha256 "355bbedd402ba3d1206f7bfa00337ef5c1642a4adc1b4fa393bd300234599574"
|
||||
url "https://chromedriver.storage.googleapis.com/2.18/chromedriver_mac32.zip"
|
||||
version "2.18"
|
||||
sha256 "2fe56d66e2b310bf64b52ddcb2f26403a3048dc5e3a858131a279b07132c6fab"
|
||||
|
||||
def install
|
||||
bin.install "chromedriver"
|
||||
|
|
Loading…
Reference in a new issue