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-22 06:31:21 +08:00
version '1.0.0'
sha256 '11259ae4a3b36a60092bdf365fd3f54eba854e9f0a88e661d5a7969d26d51fae'
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-22 06:31:21 +08:00
checkpoint: '224fc003a5ce5ef1fa4b7473d692a0eecf6c4b68790494875d42ecf13252c883'
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