2 arch arm: "arm64", intel: "x64"
5 sha256 arm: "111a4994b1b7badc8cb91a4a29f1f7064bc1e29ef0f225e3d040b72fbb6c0037",
6 intel: "43503628455d34da6e429cc7c88cc49acca14311a6756270241a96528061c528"
8 url "https://github.com/lando/lando/releases/download/v#{version}/lando-#{arch}-v#{version}.dmg",
9 verified: "github.com/lando/lando/"
11 desc "Local development environment and DevOps tool built on Docker"
12 homepage "https://lando.dev/"
14 deprecate! date: "2024-09-07", because: "no longer distributing an install package"
16 conflicts_with cask: "lando@edge"
17 depends_on cask: "docker"
19 pkg "LandoInstaller.pkg",
22 "choiceIdentifier" => "choiceDocker",
23 "choiceAttribute" => "selected",
24 "attributeSetting" => 0,
27 "choiceIdentifier" => "choiceLando",
28 "choiceAttribute" => "selected",
29 "attributeSetting" => 1,
33 uninstall pkgutil: "dev.lando.pkg.lando"