cask 'chromedriver' do version '75.0.3770.90' sha256 '594f2a9f0475cad6b53fc0f482727e769da734e0549c3d4a1f168dc80cbd0ef7' # 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' conflicts_with cask: 'chromedriver-beta' binary 'chromedriver' end