mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
381 B
Ruby
10 lines
381 B
Ruby
cask :v1 => 'playonmac' do
|
|
version '4.2.5'
|
|
sha256 '641733ccaf45d3fafcddf4e1f4e7a4f94c3b34b941936460d277ced1d7a27548'
|
|
|
|
url "http://repository.playonmac.com/PlayOnMac/PlayOnMac_#{version}.dmg"
|
|
homepage 'http://www.playonmac.com/en'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app 'PlayOnMac.app'
|
|
end
|