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
17 lines
549 B
Ruby
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
|