icompta.rb: fix app stanza

This commit is contained in:
Vítor Galvão 2016-03-21 09:54:38 -04:00
parent 4a9f602571
commit 06500d6e1d
1 changed files with 4 additions and 2 deletions

View File

@ -2,11 +2,15 @@ cask 'icompta' do
if MacOS.release <= :lion
version '4.0.13'
sha256 '8c7dcd69f4d38f2532a32ad7e14b5032811ac5b893566f46fef38b8c61a1f261'
url "http://www.icompta-app.com/files/iCompta_#{version}.dmg"
app 'iCompta.app'
else
version :latest
sha256 :no_check
url 'http://www.icompta-app.com/files/iCompta_Demo.zip'
app 'iCompta Demo.app'
end
name 'iCompta'
@ -14,6 +18,4 @@ cask 'icompta' do
license :commercial
depends_on macos: '>= :leopard'
app 'iCompta.app'
end