Browse Source

Update electron-beta to 1.8.0 (#4367)

master
Victor Popkov 7 years ago
committed by GitHub
parent
commit
893102dd97
  1. 6
      Casks/electron-beta.rb

6
Casks/electron-beta.rb

@ -1,11 +1,11 @@
cask 'electron-beta' do
version '1.7.7'
sha256 '06ff3d43474c8cbe5b500a763a83480e2f0b8f526548b567201cbb0f8cb6d200'
version '1.8.0'
sha256 'a2ce8023e1cb7925c7d552b11962d91e4ab953127d0758c02de656246f5cf0aa'
# 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',
checkpoint: '5f2251ae385cabc399b1ab07a95bee0281d7fe894f875749191c6c99d7a5d862'
checkpoint: '606f57c65d7dda6d81847e25c573840383b26782ed0089aa9a88f89f3a0d5f73'
name 'Electron'
homepage 'https://electron.atom.io/'

Loading…
Cancel
Save