homebrew-cask/Casks/appium.rb

13 lines
359 B
Ruby
Raw Normal View History

2014-11-14 01:25:22 +08:00
cask :v1 => 'appium' do
2015-05-07 09:48:22 +08:00
version '1.3.7'
sha256 '13e79d5d4d19d8cbd47ebe4f672d616025c236e37bf32b3ca10364842415ed13'
2015-01-17 10:03:30 +08:00
# bitbucket.org is the official download host per the vendor homepage
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