homebrew-cask/Casks/appium.rb

13 lines
356 B
Ruby
Raw Normal View History

2014-11-14 01:25:22 +08:00
cask :v1 => 'appium' do
2015-01-14 01:12:28 +08:00
version '1.3.4'
sha256 '6e35270bf93db653556a6be0132f1720d5642e817f927b2db394d106b2a37252'
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'
2014-10-01 23:32:28 +08:00
license :oss
2014-09-16 00:05:15 +08:00
app 'Appium.app'
end