cask "lando" do version "3.0.9" sha256 "4a4d4c90e326f706554b52be58af1b997857a4f519f1b90108df1492abfc8f10" # 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.lando.dev/" 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