Skip to content

Commit

Permalink
Update epichrome.rb from 2.2.4 to 2.3.0 + update to pkg (#82366)
Browse files Browse the repository at this point in the history
* Update epichrome.rb

* Update epichrome.rb
  • Loading branch information
suschizu authored May 11, 2020
1 parent edf8bcb commit 57372e4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Casks/epichrome.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
cask 'epichrome' do
version '2.2.4'
sha256 'a9da4cb25a8c8797fb8ae7fddb1e78511a6812761b701cabb5aa6007be3cba7a'
version '2.3.0'
sha256 'a1967f9cb554893a2745cb14a4853106341891d4a40c4b97f58cc3d544dc90f1'

url "https://github.com/dmarmor/epichrome/releases/download/v#{version}/epichrome-#{version}.dmg"
url "https://github.com/dmarmor/epichrome/releases/download/v#{version}/epichrome-#{version}.pkg"
appcast 'https://github.com/dmarmor/epichrome/releases.atom'
name 'Epichrome'
homepage 'https://github.com/dmarmor/epichrome'

app 'Epichrome.app'
pkg "epichrome-#{version}.pkg"

uninstall pkgutil: 'org.epichrome.Epichrome'
end

0 comments on commit 57372e4

Please sign in to comment.