homebrew-cask/Casks/lando.rb

30 lines
1.0 KiB
Ruby

cask 'lando' do
version '3.0.0-beta.46'
sha256 'd0c879845442d7c4f0a587de3fbd1a4f79a6390e106be956804b0fcda59d4e60'
# 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',
checkpoint: 'e985af71ae9cca137af291697ed0517f4ff5716887225122c73fb0167656d0cd'
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