homebrew-cask/Casks/local-by-flywheel.rb

22 lines
903 B
Ruby

cask 'local-by-flywheel' do
version '2.2.3'
sha256 '5a3ecabd741c2a80c1179ad60c2e1377cb46aaadd4a3c5a8b0a8a79c2919fcc3'
# local-by-flywheel-flywheel.netdna-ssl.com/releases was verified as official when first introduced to the cask
url "https://local-by-flywheel-flywheel.netdna-ssl.com/releases/#{version.dots_to_hyphens}/local-by-flywheel-#{version.dots_to_hyphens}-mac.zip"
name 'Local by Flywheel'
homepage 'https://local.getflywheel.com/'
depends_on cask: 'virtualbox'
app 'Local by Flywheel.app'
zap trash: [
'~/Library/Application Support/Local by Flywheel',
'~/Library/Logs/local-by-flywheel.log',
'~/Library/Preferences/com.getflywheel.local.plist',
'~/Library/Preferences/com.getflywheel.local.helper.plist',
'~/Library/Saved Application State/com.getflywheel.local.savedState',
]
end