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