homebrew-cask/Casks/chromedriver.rb

14 lines
585 B
Ruby
Raw Normal View History

2018-04-15 00:12:15 +08:00
cask 'chromedriver' do
2018-04-19 03:10:53 +08:00
version '2.38'
2018-04-22 12:40:23 +08:00
sha256 '6da3e8e3604d332b73f961495cb6d01d79d995b456778a3bda87df236c138462'
2018-04-15 00:12:15 +08:00
# 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',
2018-04-19 03:10:53 +08:00
checkpoint: '56cbe3c372f86dc281ca8b3107962d7c546a861bdf975a75c245fb46526c50ed'
2018-04-15 00:12:15 +08:00
name 'ChromeDriver'
homepage 'https://sites.google.com/a/chromium.org/chromedriver/home'
binary 'chromedriver'
end