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-09-02 00:01:43 +08:00
version '2.2.1_161'
sha256 'f9a90e8c3d908dd8425b18a0eac9c72c54f02c456074d0551ea4bb83738fb100'
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-09-02 00:01:43 +08:00
:sha256 => '0cc995f01751cb46ef98862a5aa8d3d04530c96f961900c48e418875090cc4cc'
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