homebrew-cask/Casks/balenaetcher.rb

28 lines
890 B
Ruby

cask "balenaetcher" do
version "1.5.101"
sha256 "317a79d9fc1233a03a212a72bb4e7546d9e9a67bbc966d3b18ee3e2ba67a7456"
# 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