cask 'lando' do version '3.0.0-rc.19' sha256 '7dc2ec587d779466dcbb4c4a7b1e84e7e7cb41facee22caa7fb7e9a282e4ea08' # github.com/lando/lando was verified as official when first introduced to the cask url "https://github.com/lando/lando/releases/download/v#{version}/lando-v#{version}.dmg" appcast 'https://github.com/lando/lando/releases.atom' name 'Lando' homepage 'https://docs.devwithlando.io/' depends_on cask: 'docker' pkg 'LandoInstaller.pkg', choices: [ { 'choiceIdentifier' => 'choiceDocker', 'choiceAttribute' => 'selected', 'attributeSetting' => 0, }, { 'choiceIdentifier' => 'choiceLando', 'choiceAttribute' => 'selected', 'attributeSetting' => 1, }, ] uninstall pkgutil: 'io.lando.pkg.lando' end