cask 'electron' do version '2.0.3' sha256 '6bf5bf27c6bb3f4f0ecf8564fca06e576c885a7d6dfbf3d75df545b95f162f08' # 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