homebrew-cask/Casks/appium.rb

13 lines
375 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'appium' do
2016-05-24 22:54:51 +08:00
version '1.5.2'
sha256 'f1fb354c8b48d566a0d186513c11359dcc68c4a04947f2a370875344bc38094d'
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