updated logic cask to install latest version supporting the new saleae devices

Signed-off-by: Guyzmo <guyzmo+github@m0g.net>
This commit is contained in:
Guyzmo 2015-02-07 12:18:16 +00:00 committed by ndr
parent a2d4415948
commit 493d683212
1 changed files with 5 additions and 7 deletions

View File

@ -1,12 +1,10 @@
cask :v1 => 'logic' do
version '1.1.15'
sha256 '1c37d6809bfb6daec88a7a34c6f056b93179c2471385f5e7be4d4271995995b1'
version '1.1.34'
sha256 'a30535480c38d88c023d5fe83dc53f8e97aa20f3b98fc5c6ecf08bf2ffc50eaf'
url "http://downloads.saleae.com/Logic%20#{version}%20(10.5%2B).pkg"
url "http://downloads.saleae.com/betas/#{version}/Logic-#{version}-Darwin.dmg"
homepage 'http://www.saleae.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :commercial
pkg "Logic #{version} (10.5+).pkg"
uninstall :pkgutil => 'com.saleae.saleae.Logic.pkg'
app 'Logic.app'
end