mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
12 lines
304 B
Ruby
12 lines
304 B
Ruby
cask :v1 => 'blu-ray-player' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.macblurayplayer.com/user/download/Mac_Bluray_Player.dmg'
|
|
name 'Macgo Mac Blu-ray Player'
|
|
homepage 'http://www.macblurayplayer.com/'
|
|
license :commercial
|
|
tags :vendor => 'Macgo'
|
|
|
|
app 'Blu-ray Player.app'
|
|
end
|