updated beatunes (4.6.0)

This commit is contained in:
Aditya Dalal 2016-05-09 19:33:04 -04:00
parent 54e22e8746
commit 53f75f3a54
No known key found for this signature in database
GPG Key ID: 82D94BA42315E1DC
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
cask 'beatunes' do
version '4.0.26'
sha256 '18ccbdf745c6b062fb41c4ebb08038e122aaef466946d55d38ec5a2152251515'
version '4.6.0'
sha256 'ba84ef2e7f1a2dabb96cc27b4bba286c9f0e209812599c54973b9ec8cf97176c'
url "http://coxy.beatunes.com/download/beaTunes-#{version.gsub('.', '-')}-osx.dmg"
url "http://coxy.beatunes.com/download/beaTunes-#{version.dots_to_hyphens}.dmg"
name 'beaTunes'
homepage 'https://www.beatunes.com'
license :closed
@ -10,5 +10,5 @@ cask 'beatunes' do
depends_on macos: '>= :lion'
depends_on arch: :x86_64
app "beaTunes#{version.to_i}.app"
app "beaTunes#{version.major}.app"
end