mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
313 B
Ruby
10 lines
313 B
Ruby
class Miditrail < Cask
|
|
version '1.2.1'
|
|
sha256 '183070cf0c4e071ef5251979a27a75933e21855ebd3c346ce7f6be328d5e43a0'
|
|
|
|
url "http://dl.sourceforge.jp/miditrail/60194/MIDITrail-Ver.#{version}-MacOSX.zip"
|
|
homepage 'http://en.sourceforge.jp/projects/miditrail/'
|
|
license :oss
|
|
|
|
app 'MIDITrail/MIDITrail.app'
|
|
end
|