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