homebrew-cask-versions/Casks/launchpad-manager-yosemite.rb
Chris White 997279e0b4 Add Launchpad Manager Yosemite
Add the Yosemite version of Launchpad Manager.

Homepage: http://launchpadmanager.com

Note that the download link on the homepage is to a PHP file rather
than pointing directly to the DMG. I figured out the direct link
through Safari's developer tools and I have tested the cask and
confirmed that it's giving me the correct, most recent version.
2015-01-11 03:58:41 +00:00

11 lines
304 B
Ruby

cask :v1 => 'launchpad-manager-yosemite' do
version :latest
sha256 :no_check
url 'http://launchpadmanager.com/download_yosemite.php/LaunchpadManagerYosemite.dmg'
name 'Launchpad Manager'
homepage 'http://launchpadmanager.com/'
license :commercial
app 'Launchpad Manager Yosemite.app'
end