homebrew-cask/Casks/lando.rb

30 lines
1.0 KiB
Ruby

cask 'lando' do
version '3.0.0-beta.21'
sha256 '9788612286c111b78383ddc387501ebd5fcba35a2860014e8d0d52fff95751d8'
# 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: '09affcada3ee0acff5159f9b412dbed7dd3951a01c4e21895636531345d4e1dd'
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