homebrew-cask/Casks/balenaetcher.rb

28 lines
1.0 KiB
Ruby

cask 'balenaetcher' do
version '1.5.80'
sha256 '6ffe224fa649d0ee9568197448db3a84469d582251890ff16824828ec3ec271e'
# 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'
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