cask 'lando' do version '3.0.0-beta.47' sha256 '074f0e1d48ae815894c67aaad8326442c0c3beba958b875d2ad5141a32a0e68a' # 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