/Casks/appium.rb

https://bitbucket.org/JoshHagins/homebrew-cask · Ruby · 12 lines · 9 code · 2 blank · 1 comment · 0 complexity · 720720258b009f1ebaaf71bac5d5b089 MD5 · raw file

  1. cask :v1 => 'appium' do
  2. version '1.3.4'
  3. sha256 '6e35270bf93db653556a6be0132f1720d5642e817f927b2db394d106b2a37252'
  4. # bitbucket.org is the official download host per the vendor homepage
  5. url "https://bitbucket.org/appium/appium.app/downloads/appium-#{version}.dmg"
  6. name 'Appium'
  7. homepage 'http://appium.io'
  8. license :oss
  9. app 'Appium.app'
  10. end