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.4.8'
sha256 'c9dbebe84794dc17278a2229d873ae68405471ec24c6c71f3b8fbf94d4c7dba7'
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