excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lando.rb
blobf57c94f8f3197600fd8108cf8985c50cd041a818
1 cask "lando" do
2   arch arm: "arm64", intel: "x64"
4   version "3.20.8"
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/"
10   name "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",
20       choices: [
21         {
22           "choiceIdentifier" => "choiceDocker",
23           "choiceAttribute"  => "selected",
24           "attributeSetting" => 0,
25         },
26         {
27           "choiceIdentifier" => "choiceLando",
28           "choiceAttribute"  => "selected",
29           "attributeSetting" => 1,
30         },
31       ]
33   uninstall pkgutil: "dev.lando.pkg.lando"
35   zap trash: "~/.lando"
36 end