homebrew-cask/Casks/appium.rb

12 lines
359 B
Ruby

cask 'appium' do
version '1.5.3'
sha256 '1ab149ef4410d69ec757d435fd3613ab333ec69b09cdf6cf3800fe66731f71a4'
# bitbucket.org/appium/appium.app was verified as official when first introduced to the cask
url "https://bitbucket.org/appium/appium.app/downloads/appium-#{version}.dmg"
name 'Appium'
homepage 'https://appium.io/'
app 'Appium.app'
end