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
version '1.3.6'
sha256 '76bc810e07aa629f4dbf07c37d46e7a94b61fa7ab128f8c9e763ad0d8e19e62b'
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