homebrew-cask/Casks/appium.rb

12 lines
359 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'appium' do
2016-11-04 12:38:59 +08:00
version '1.5.3'
sha256 '1ab149ef4410d69ec757d435fd3613ab333ec69b09cdf6cf3800fe66731f71a4'
2016-02-12 01:05:31 +08:00
# bitbucket.org/appium/appium.app was verified as official when first introduced to the cask
2014-09-26 20:08:46 +08:00
url "https://bitbucket.org/appium/appium.app/downloads/appium-#{version}.dmg"
2015-01-04 11:07:31 +08:00
name 'Appium'
2016-10-12 16:16:25 +08:00
homepage 'https://appium.io/'
2014-09-16 00:05:15 +08:00
app 'Appium.app'
end