mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
306 B
Ruby
10 lines
306 B
Ruby
# encoding: UTF-8
|
|
class Tuneinstructor < Cask
|
|
version '3.4'
|
|
sha256 '7909eeaf0b3cbe41c511f2c450a6249c9d8a311a482547cf8fc11537b11ecbd4'
|
|
|
|
url "http://www.tune-instructor.de/_data/TuneInstructor#{version}b.dmg"
|
|
homepage 'http://www.tune-instructor.de/com/start.html'
|
|
|
|
app 'Tune•Instructor.app'
|
|
end
|