forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalenaetcher.rb
27 lines (23 loc) · 1.01 KB
/
balenaetcher.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cask 'balenaetcher' do
version '1.5.57'
sha256 'd82c724a7b3844536a93551d1cfa3e139a864a6b14bd0eeedd7b0ebc90f403ba'
# 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