add cask Gyppy.app v0.3.0 (#61387)

* add cask Gyppy.app v0.3.0

Guppy - A friendly application manager and task runner for React.js

* add zap stanza

* Update guppy.rb
This commit is contained in:
Michael 2019-04-07 13:52:49 +02:00 committed by Vítor Galvão
parent 1d2f6806f1
commit 5e16d557f1
1 changed files with 13 additions and 0 deletions

13
Casks/guppy.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'guppy' do
version '0.3.0'
sha256 '9e65c7df1c77dc78f469984e2bf06351254de72e98b20a12396536946116c80c'
url "https://github.com/joshwcomeau/guppy/releases/download/v#{version}/Guppy-#{version}.dmg"
appcast 'https://github.com/joshwcomeau/guppy/releases.atom'
name 'Guppy'
homepage 'https://github.com/joshwcomeau/guppy'
app 'Guppy.app'
zap trash: '~/Library/Application Support/Guppy'
end