homebrew-cask/Casks/balenaetcher.rb

28 lines
1.0 KiB
Ruby
Raw Normal View History

cask 'balenaetcher' do
version '1.5.56'
sha256 'f1ee41f580d0d30b39ccd4458b6eb67740f419095b3d106697aeb6c81726d670'
# github.com/balena-io/etcher was verified as official when first introduced to the cask
url "https://github.com/balena-io/etcher/releases/download/v#{version}/balenaEtcher-#{version}.dmg"
appcast 'https://github.com/balena-io/etcher/releases.atom'
name 'Etcher'
homepage 'https://balena.io/etcher'
app 'balenaEtcher.app'
2019-02-15 06:08:28 +08:00
uninstall quit: [
'com.github.Squirrel',
'com.github.electron.framework',
'io.balena.etcher.*',
'org.mantle.Mantle',
'org.reactivecocoa.ReactiveCocoa',
]
zap trash: [
'~/Library/Application Support/balena-etcher',
'~/Library/Preferences/io.balena.etcher.helper.plist',
'~/Library/Preferences/io.balena.etcher.plist',
'~/Library/Saved Application State/io.balena.etcher.savedState',
]
end