homebrew-cask/Casks/lando.rb

30 lines
1.0 KiB
Ruby
Raw Normal View History

2017-10-05 19:12:37 +08:00
cask 'lando' do
2018-05-18 04:30:27 +08:00
version '3.0.0-beta.45'
sha256 'd381cfff62784b7452091385913646042d6ba681cd34b5715a7a376f68fde830'
2017-10-05 19:12:37 +08:00
# 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',
2018-05-18 04:30:27 +08:00
checkpoint: '900d124f3087e13820ea7be19a1a8bf1d789bf5bf39900c479d315a46b49f8e6'
2017-10-05 19:12:37 +08:00
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