mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
243 B
Ruby
7 lines
243 B
Ruby
class Appium < Cask
|
|
url 'https://bitbucket.org/appium/appium.app/downloads/appium-1.0.0.dmg'
|
|
homepage 'http://appium.io'
|
|
version '1.0.0'
|
|
sha256 'c54a7af32870ec7046d9978ecd3545d8e10496a1599211debeb723b8deeeea68'
|
|
link 'Appium.app'
|
|
end
|