homebrew-cask/Casks/beatunes.rb

15 lines
371 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beatunes' do
2016-05-10 07:33:04 +08:00
version '4.6.0'
sha256 'ba84ef2e7f1a2dabb96cc27b4bba286c9f0e209812599c54973b9ec8cf97176c'
2015-06-27 16:53:28 +08:00
2016-05-10 07:33:04 +08:00
url "http://coxy.beatunes.com/download/beaTunes-#{version.dots_to_hyphens}.dmg"
2015-06-27 16:53:28 +08:00
name 'beaTunes'
homepage 'https://www.beatunes.com'
license :closed
depends_on macos: '>= :lion'
depends_on arch: :x86_64
2015-07-02 14:50:46 +08:00
2016-05-10 07:33:04 +08:00
app "beaTunes#{version.major}.app"
2015-06-27 16:53:28 +08:00
end