homebrew-cask/Casks/balenaetcher.rb

20 lines
763 B
Ruby

cask 'balenaetcher' do
version '1.4.8'
sha256 'b2e4577dd50561cdbfd45540c0506acd67d362ba1a571e80974863cef2135d76'
# 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'
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