Add Gitify.app v0.0.10.

Closes #11458.
This commit is contained in:
Eivind Arvesen 2015-05-31 00:26:01 +02:00 committed by Vítor Galvão
parent 018121d3d6
commit deba5a607f
1 changed files with 12 additions and 0 deletions

12
Casks/gitify.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'gitify' do
version '0.0.10'
sha256 'c948f4fb7a2b2073964f0abd395701f0e2debd7bf85a8b19a89494da90587a47'
url "https://github.com/ekonstantinidis/gitify/releases/download/#{version}/gitify-osx.zip"
appcast 'https://github.com/ekonstantinidis/gitify/releases.atom'
name 'Gitify'
homepage 'https://github.com/ekonstantinidis/gitify'
license :oss
app 'Gitify.app'
end