Last active
August 21, 2018 03:12
-
-
Save fikrikarim/a2a937ca4aaa83bb87e877bc21bcbfcc to your computer and use it in GitHub Desktop.
ChromeDriver Brew Cask Recipe for version 2.29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cask 'chromedriver' do | |
version '2.29' | |
sha256 '6c30bba7693ec2d9af7cd9a54729e10aeae85c0953c816d9c4a40a1a72fd8be0' | |
# chromedriver.storage.googleapis.com was verified as official when first introduced to the cask | |
url "https://chromedriver.storage.googleapis.com/#{version}/chromedriver_mac64.zip" | |
appcast 'https://chromedriver.storage.googleapis.com/LATEST_RELEASE' | |
name 'ChromeDriver' | |
homepage 'https://sites.google.com/a/chromium.org/chromedriver/home' | |
binary 'chromedriver' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment