homebrew-cask/Casks/appium.rb

13 lines
376 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'appium' do
2015-12-11 16:52:30 +08:00
version '1.4.13'
sha256 'c26fcd668c872b1f015d1c216a3883c7ccce16e399ffd29d7abef135fda6cbba'
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'
homepage 'http://appium.io'
license :apache
2014-09-16 00:05:15 +08:00
app 'Appium.app'
end