homebrew-cask/Casks/beatport-pro.rb

15 lines
473 B
Ruby
Raw Normal View History

2014-11-14 01:25:27 +08:00
cask :v1 => 'beatport-pro' do
2015-07-28 01:57:32 +08:00
version '2.2.0_158'
sha256 '5fc4a6a607ca8a1beef2e69099eb57e6219bc98df0af26348d6d80bb1b3c1ab3'
2014-07-30 04:53:57 +08:00
2015-06-29 14:32:18 +08:00
url "https://pro.beatport.com/mac/#{version}/beatportpro_#{version}.dmg"
2015-02-08 18:50:31 +08:00
name 'Beatport'
name 'Beatport Pro'
appcast 'https://pro.beatport.com/mac/appcast.xml',
2015-07-28 01:57:32 +08:00
:sha256 => '41b5e2bb1ff833e9d92211874d6d71a1636234a3b9a5fc0dd72b57a6d2dde35e'
homepage 'https://pro.beatport.com/'
2015-04-16 03:52:27 +08:00
license :closed
2014-07-30 04:53:57 +08:00
2014-09-16 00:05:18 +08:00
app 'Beatport Pro.app'
2014-07-30 04:53:57 +08:00
end