mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
264 B
Ruby
10 lines
264 B
Ruby
class Appium < Cask
|
|
version '1.2.2'
|
|
sha256 'fb7b96244e6dbcdf4d580eae0262b2dec38c008e39ddee4654bb488037f24971'
|
|
|
|
url "https://bitbucket.org/appium/appium.app/downloads/appium-#{version}.dmg"
|
|
homepage 'http://appium.io'
|
|
license :oss
|
|
|
|
app 'Appium.app'
|
|
end
|