mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
349 B
Ruby
11 lines
349 B
Ruby
cask :v1 => 'playlist-assist' do
|
|
version '1.2.1'
|
|
sha256 '70ef4c3cf78d39f8b1750ca44b6db42c3e72e24968ebd203fc146b2c189d5346'
|
|
|
|
url "http://dougscripts.com/itunes/scrx/playlistassistv#{version.to_i}.zip"
|
|
name 'Playlist Assist'
|
|
homepage 'http://dougscripts.com/apps/playlistassistapp.php'
|
|
license :commercial
|
|
|
|
app 'Playlist Assist.app'
|
|
end
|