beatunes.rb: Upgrade to v4.0.26

This commit is contained in:
scribblemaniac 2015-07-25 12:25:15 -06:00 committed by Victor Popkov
parent 544ece0b06
commit 210b857167
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask :v1 => 'beatunes' do
version '4.0.25'
sha256 'f3afa2ae0c0397b6e13703e66bdf2a99182727b4d8b8e75dd6a81b9f356c0c15'
version '4.0.26'
sha256 '18ccbdf745c6b062fb41c4ebb08038e122aaef466946d55d38ec5a2152251515'
url "http://coxy.beatunes.com/download/beaTunes-#{version.gsub('.','-')}-osx.dmg"
name 'beaTunes'
@ -10,5 +10,5 @@ cask :v1 => 'beatunes' do
depends_on :macos => '>= :lion'
depends_on :arch => :x86_64
app 'beaTunes4.app'
app "beaTunes#{version.to_i}.app"
end