mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
310 B
Ruby
10 lines
310 B
Ruby
class Logic < Cask
|
|
version '1.1.15'
|
|
sha256 '1c37d6809bfb6daec88a7a34c6f056b93179c2471385f5e7be4d4271995995b1'
|
|
|
|
url 'http://downloads.saleae.com/Logic%201.1.15%20(10.5%2B).pkg'
|
|
homepage 'http://www.saleae.com/'
|
|
|
|
pkg 'Logic 1.1.15 (10.5+).pkg'
|
|
uninstall :pkgutil => 'com.saleae.saleae.Logic.pkg'
|
|
end
|