homebrew-cask/Casks/etcher.rb

21 lines
834 B
Ruby
Raw Normal View History

2016-04-10 19:20:18 +08:00
cask 'etcher' do
2018-04-27 13:49:38 +08:00
version '1.4.4'
sha256 'b09f9352d69741ffbef9d99afbfd3db0230e2e9fe93f37723fe5028005df7a5e'
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
2017-08-08 13:24:43 +08:00
url "https://github.com/resin-io/etcher/releases/download/v#{version}/Etcher-#{version}.dmg"
appcast 'https://github.com/resin-io/etcher/releases.atom',
2018-04-27 13:49:38 +08:00
checkpoint: 'ad732fe09130bbb97d0e083bd8e081e8d8e63ac910bbfbbfda94a0031497728c'
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
2017-11-18 17:59:16 +08:00
zap trash: [
'~/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