homebrew-cask/Casks/chromedriver.rb

13 lines
495 B
Ruby

cask 'chromedriver' do
version '2.42'
sha256 'fc8f27364966f4fdd824aff2317f9bafea6a7b374343f8c4f4e652923d1bbe0b'
# 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