mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Fix Style/ElseAlignment error in araxis-merge.rb Fix Lint/BlockAlignment error in jabber-video.rb Fix Style/IndentationConsistency error in tuneinstructor.rb Fix Style/MultilineIfThen error in wireshark.rb Fix Style/IndentationWidth errors Fix inconsistent indentation in blue-jeans-browser-plugin.rb and mini-vmac.rb Fix Style/SpaceAroundOperators error in myo-connect.rb Fix Style/SpaceBeforeComma erorrs in sencha.rb and srware-iron.rb Fix Style/Tab error in syphon-virtual-screen.rb Fix Style/TrailingWhitespace errors in various Casks
14 lines
471 B
Ruby
14 lines
471 B
Ruby
cask :v1 => 'myo-connect' do
|
|
version '0.9.0'
|
|
sha256 '831d997d2ca0624d01da4bba39ba859da5dfd5f20d793a484b24c978ebd7dbe3'
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url "https://s3.amazonaws.com/thalmicdownloads/mac/#{version}/MyoConnect.dmg"
|
|
homepage 'https://developer.thalmic.com'
|
|
license :gratis
|
|
tags :vendor => 'Thalmic Labs'
|
|
|
|
app 'Myo Connect.app'
|
|
|
|
zap :delete => '~/Library/Preferences/com.thalmic.Myo Connect.plist'
|
|
end
|