ChromeDriver 2.14
Closes Homebrew/homebrew#36380. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c920fdab47
commit
04f55e8c07
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Chromedriver < Formula
|
||||
homepage 'https://sites.google.com/a/chromium.org/chromedriver/'
|
||||
url 'http://chromedriver.storage.googleapis.com/2.13/chromedriver_mac32.zip'
|
||||
sha256 '0e9e9fd10b2f9b563d6b76bffe0e5222134f14423db21e6cf7fb9bd4c6a91b30'
|
||||
version '2.13'
|
||||
url 'http://chromedriver.storage.googleapis.com/2.14/chromedriver_mac32.zip'
|
||||
sha256 '33ee96ea17b00dd8e14e15ca6fe1b1fd4ae7a71f86d8785e562e88d839299d2e'
|
||||
version '2.14'
|
||||
|
||||
def install
|
||||
bin.install 'chromedriver'
|
||||
|
|
Loading…
Reference in a new issue