mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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.
11 lines
304 B
Ruby
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
|