mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
244 B
Ruby
9 lines
244 B
Ruby
class Appium < Cask
|
|
version '1.2.0'
|
|
sha256 'c13135fc8c1a568950b3bea3ea9ff9823df3ef5fcce4e090b38da9593ae4de38'
|
|
|
|
url 'https://bitbucket.org/appium/appium.app/downloads/appium-1.2.0.dmg'
|
|
homepage 'http://appium.io'
|
|
|
|
app 'Appium.app'
|
|
end
|