homebrew-cask-versions/Casks/tuneinstructor.rb
Josh Hagins 4c8862fb6c Formatting and whitespace changes for RuboCop
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
2015-03-08 01:11:06 -05:00

17 lines
549 B
Ruby

cask :v1 => 'tuneinstructor' do
version '3.4'
if MacOS.release <= :snow_leopard
sha256 '99e9dbc9657921246ce39b4d3b7521f8aa31c205c4e18e552a0f816e7e2e52aa'
url "http://www.tune-instructor.de/_data/TuneInstructor#{version}a.dmg"
else
sha256 '2acf8252e78edbe4594136bad83f035ab48e78db1f4c2b2d8e047d3e70c90c12'
url "http://www.tune-instructor.de/_data/TuneInstructor#{version}b.dmg"
end
name 'Tune•Instructor'
homepage 'http://www.tune-instructor.de/com/start.html'
license :commercial
app 'Tune•Instructor.app'
end