homebrew-cask/Casks/etcher.rb

21 lines
851 B
Ruby
Raw Normal View History

2016-04-10 19:20:18 +08:00
cask 'etcher' do
2017-07-26 07:16:10 +08:00
version '1.1.1'
sha256 '7e9819cfe9fd8be1c8267d084ff45286d1c4b6cf962603a2722f2c35829692eb'
2016-04-10 19:20:18 +08:00
2017-07-21 09:52:13 +08:00
# github.com/resin-io/etcher/releases/download was verified as official when first introduced to the cask
url "https://github.com/resin-io/etcher/releases/download/v#{version}/Etcher-#{version}-darwin-x64.dmg"
appcast 'https://github.com/resin-io/etcher/releases.atom',
2017-07-26 07:16:10 +08:00
checkpoint: '79f30bce292808848cd66af411c60ba2679931f61c1687e83cd7a22486172e04'
2016-04-10 19:20:18 +08:00
name 'Etcher'
homepage 'https://etcher.io/'
2016-04-10 19:20:18 +08:00
app 'Etcher.app'
2017-04-12 16:29:30 +08:00
zap delete: [
'~/Library/Application Support/etcher',
'~/Library/Preferences/io.resin.etcher.helper.plist',
'~/Library/Preferences/io.resin.etcher.plist',
'~/Library/Saved Application State/io.resin.etcher.savedState',
]
2016-04-10 19:20:18 +08:00
end