Skip to content

Commit

Permalink
Add Overflow 3.app (#59455)
Browse files Browse the repository at this point in the history
* Add Overflow 3.app

* Update overflow.rb
  • Loading branch information
tiiiecherle authored and vitorgalvao committed Feb 26, 2019
1 parent fabb4f8 commit e8ce915
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Casks/overflow.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
cask 'overflow' do
version '3.0.4'
sha256 '77434b1beef3b77c950dcd8f1f8118c1f9bc4f479f8d12f085172fd0ac385eb7'

# stunt.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://stunt.s3.amazonaws.com/overflow#{version}.zip"
appcast "https://stuntsoftware.com/PHP/sparkle/overflow#{version.major}.php"
name 'overflow'
homepage 'https://stuntsoftware.com/overflow/'

app "Overflow #{version.major}.app"

zap trash: [
"~/Library/Containers/com.stuntsoftware.Overflow3/Data/Library/Preferences/com.stuntsoftware.Overflow#{version.major}.plist",
'~/Library/Containers/com.stuntsoftware.Overflow3/Data/Library/Application Support/default.realm',
]
end

0 comments on commit e8ce915

Please sign in to comment.