cask 'electron' do version '5.0.6' sha256 'f07099acfcecf25f37222c6de5c9190d75aa6abb878a299aa9bdc61bb379c126' # github.com/electron/electron was verified as official when first introduced to the cask url "https://github.com/electron/electron/releases/download/v#{version}/electron-v#{version}-darwin-x64.zip" appcast 'https://github.com/electron/electron/releases.atom' name 'Electron' homepage 'https://electron.atom.io/' app 'Electron.app' zap trash: [ '~/Library/Application Support/Electron', '~/Library/Caches/Electron', '~/Library/Preferences/com.github.electron.helper.plist', '~/Library/Preferences/com.github.electron.plist', ] end