mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
LaunchControl is commercial software, even if it is not enforced through DRM. http://sites.fastspring.com/somazone/product/shop?source=soma-zone
13 lines
491 B
Ruby
13 lines
491 B
Ruby
cask :v1 => 'launchcontrol' do
|
|
version '1.16.4'
|
|
sha256 'fbc2aa110f3526d91baa8ca8fe7127796e1833c9a67655b3b9009035954a9dee'
|
|
|
|
url "http://www.soma-zone.com/download/files/LaunchControl_#{version}.tar.bz2"
|
|
appcast 'http://www.soma-zone.com/LaunchControl/a/appcast.xml',
|
|
:sha256 => 'a82b64b1b68b0fc013145825eee9b18930378caa24a664d93d5777848c6fcc15'
|
|
name 'LaunchControl'
|
|
homepage 'http://www.soma-zone.com/LaunchControl/'
|
|
license :commercial
|
|
|
|
app 'LaunchControl.app'
|
|
end
|