mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
10 lines
437 B
Ruby
10 lines
437 B
Ruby
cask :v1 => 'milkytracker' do
|
|
version '0.90.86'
|
|
sha256 '0029fe9a5e62d2b0db11fcbedb3c13997a4199259d1f36c55f966b0417d818b0'
|
|
|
|
url "http://www.milkytracker.org/files/milkytracker-#{version}-osx_universal.zip"
|
|
homepage 'http://www.milkytracker.org/'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app "milkytracker-#{version}-osx_universal/MilkyTracker.app"
|
|
end
|