mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
396 B
Ruby
11 lines
396 B
Ruby
cask :v1 => 'playonmac' do
|
|
version '4.2.6'
|
|
sha256 '171b4470c48a151e2af468bfb11e86c312603d5eb43f15b7b91020e6806ffed1'
|
|
|
|
url "http://repository.playonmac.com/PlayOnMac/PlayOnMac_#{version}.dmg"
|
|
name 'PlayOnMac'
|
|
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
|